uid_wrapper: 1.2.4 -> 1.2.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uid_wrapper/versions
This commit is contained in:
R. RyanTM 2019-07-20 13:23:54 -07:00
parent 663542ad04
commit 8bd70fc3f6

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
name = "uid_wrapper-1.2.4";
name = "uid_wrapper-1.2.7";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "1yjhrm3rcyiykkrgpifmig117mzjxrms75kp8gpp8022f59zcq1w";
sha256 = "0mpzr70n24b0khri89hipxiqqay370m93syhnywrdmdxr3dhw2d8";
};
nativeBuildInputs = [ cmake pkgconfig ];