summary refs log tree commit diff
path: root/pkgs/development/libraries/umockdev
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-01-22 05:40:05 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-01-22 05:40:05 +0000
commita3d9b17b5d17f4f59d1a4ce530127e80093d504e (patch)
tree79d001b87ed3dd2409a106b115bed0aeffbaae6d /pkgs/development/libraries/umockdev
parent05ecc2de2518ae620d0b26e58e6a82c7d8fae3a0 (diff)
downloadnixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.tar
nixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.tar.gz
nixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.tar.bz2
nixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.tar.lz
nixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.tar.xz
nixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.tar.zst
nixpkgs-a3d9b17b5d17f4f59d1a4ce530127e80093d504e.zip
umockdev: 0.17.5 -> 0.17.6
Diffstat (limited to 'pkgs/development/libraries/umockdev')
-rw-r--r--pkgs/development/libraries/umockdev/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/umockdev/default.nix b/pkgs/development/libraries/umockdev/default.nix
index f85834e8520..b00177960d3 100644
--- a/pkgs/development/libraries/umockdev/default.nix
+++ b/pkgs/development/libraries/umockdev/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "umockdev";
-  version = "0.17.5";
+  version = "0.17.6";
 
   outputs = [ "bin" "out" "dev" "devdoc" ];
 
   src = fetchurl {
     url = "https://github.com/martinpitt/umockdev/releases/download/${version}/${pname}-${version}.tar.xz";
-    sha256 = "sha256-9mNKYFiQtzkBTQEuVWIfR9+e2jAqDszlHGMEQpcRe8U=";
+    sha256 = "sha256-X60zN3orHU8lOfRVCfbHTdrleKxB7ILCIGvXSZLdoSk=";
   };
 
   nativeBuildInputs = [