mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
nss_wrapper: 1.0.3 -> 1.1.3
Semi-automatic update. These checks were performed: - built on NixOS - found 1.1.3 with grep in /nix/store/bd1rzjn4xykl4pqdcv2klym37sc7kbgb-nss_wrapper-1.1.3 - found 1.1.3 in filename of file in /nix/store/bd1rzjn4xykl4pqdcv2klym37sc7kbgb-nss_wrapper-1.1.3 cc "@wkennington"
This commit is contained in:
parent
612364732e
commit
8cc0a4f38a
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, cmake, pkgconfig }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nss_wrapper-1.0.3";
|
||||
name = "nss_wrapper-1.1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://samba/cwrap/${name}.tar.gz";
|
||||
sha256 = "0bysdijvi9n0jk74iklbfhbp0kvv81a727lcfd5q03q2hkzjfm18";
|
||||
sha256 = "18rsaw8r8xwn5003arc7xw8iliwbmzxfxgacmp6lhsdwqla4rf69";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
|
Loading…
Reference in a new issue