libnss_nis: 3.2 -> 3.4

This commit is contained in:
R. Ryantm
2025-08-27 14:26:57 +00:00
parent 8a1999ecbe
commit 7709e56ffb
+2 -2
View File
@@ -11,7 +11,7 @@
stdenv.mkDerivation rec {
pname = "libnss_nis";
version = "3.2";
version = "3.4";
nativeBuildInputs = [
autoreconfHook
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "thkukuk";
repo = "libnss_nis";
rev = "v${version}";
hash = "sha256-dt5wL+v98Heg6395BOwNssXLXmoOKFnRXGqlOknYYPs=";
hash = "sha256-FWAyf4soSUpNrYzSefNWthEMfQEopfYX9pMDf1rNK6c=";
};
outputs = [ "out" ];