uid_wrapper: 1.1.0 -> 1.1.1

This commit is contained in:
William A. Kennington III 2015-08-28 17:53:48 -07:00
parent 3e6092fe6b
commit d2dce19793

View file

@ -1,14 +1,14 @@
{ stdenv, fetchurl, cmake, pkgconfig }:
stdenv.mkDerivation rec {
name = "uid_wrapper-1.1.0";
name = "uid_wrapper-1.1.1";
src = fetchurl {
url = "mirror://samba/cwrap/${name}.tar.gz";
sha256 = "18xdyy7rvn0zg6j44ay0sxd4q0bplq64syyki9wi8ixhkrzqn0yn";
sha256 = "0y033cjs0kwmpx70xc4wh789vk9rw6bziizs28h50ad7lyyvx5b9";
};
buildInputs = [ cmake pkgconfig ];
nativeBuildInputs = [ cmake pkgconfig ];
meta = with stdenv.lib; {
description = "a wrapper for the user, group and hosts NSS API";