ntirpc: 14.1 -> 15.0

do not perform auto updates
This commit is contained in:
Markus Kowalewski
2026-08-18 16:56:56 +02:00
parent ec2d622de0
commit 338f487b30

View File

@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "ntirpc";
version = "14.1";
version = "15.0"; # nixpkgs-update: no auto update
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${finalAttrs.version}";
hash = "sha256-cOEmlsmXHTXiQcTmCkiQ8PeA+0U3W+xyUQ0Ba8kwvrw=";
hash = "sha256-qPBesnVGJKBNLLlBp2vCJoIg6TGCWb95OARHT31jn6Q=";
};
outputs = [