lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

nss_wrapper: 1.1.12 -> 1.1.15

+2 -2
+2 -2
pkgs/development/libraries/nss_wrapper/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "nss_wrapper"; 5 - version = "1.1.12"; 5 + version = "1.1.15"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://samba/cwrap/nss_wrapper-${version}.tar.gz"; 9 - sha256 = "sha256-zdBg/wnAO32i0wsMta00dSNNQ4rqJ5A9slwvFvVwIYY="; 9 + sha256 = "sha256-Nvh0gypPIVjgT2mqd+VRXhbPbjv4GWjV3YSW231pBq0="; 10 10 }; 11 11 12 12 nativeBuildInputs = [ cmake pkg-config ];