summary refs log tree commit diff
path: root/pkgs/development/libraries/uid_wrapper
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 18:29:59 -0800
committerRobin Gloster <mail@glob.in>2018-02-28 11:50:56 +0100
commitf696dda953342e0e48cbbdc62788ded64c1e0ecc (patch)
tree7d9246fe151b40e2b043d6a625137a529792050c /pkgs/development/libraries/uid_wrapper
parentf0e0bd18ed804d2b2b4105b450e3ce2b2143660a (diff)
downloadnixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.tar
nixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.tar.gz
nixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.tar.bz2
nixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.tar.lz
nixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.tar.xz
nixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.tar.zst
nixpkgs-f696dda953342e0e48cbbdc62788ded64c1e0ecc.zip
uid_wrapper: 1.2.0 -> 1.2.4
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.2.4 with grep in /nix/store/dqq7n2sk0fdzn7dnz88yhgms5dq6s39x-uid_wrapper-1.2.4
- found 1.2.4 in filename of file in /nix/store/dqq7n2sk0fdzn7dnz88yhgms5dq6s39x-uid_wrapper-1.2.4

cc "@wkennington"
Diffstat (limited to 'pkgs/development/libraries/uid_wrapper')
-rw-r--r--pkgs/development/libraries/uid_wrapper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/uid_wrapper/default.nix b/pkgs/development/libraries/uid_wrapper/default.nix
index 9a2f6eb203a..ccd876dfefb 100644
--- a/pkgs/development/libraries/uid_wrapper/default.nix
+++ b/pkgs/development/libraries/uid_wrapper/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, cmake, pkgconfig }:
 
 stdenv.mkDerivation rec {
-  name = "uid_wrapper-1.2.0";
+  name = "uid_wrapper-1.2.4";
 
   src = fetchurl {
     url = "mirror://samba/cwrap/${name}.tar.gz";
-    sha256 = "0sfznk53kmz9m3rxwbv4pwwqs4bw3kr917y4n53h5jaxjym0m4c0";
+    sha256 = "1yjhrm3rcyiykkrgpifmig117mzjxrms75kp8gpp8022f59zcq1w";
   };
 
   nativeBuildInputs = [ cmake pkgconfig ];