3
0
Fork 0
forked from mirrors/nixpkgs

ntirpc: 4.0 -> 4.1

This commit is contained in:
Markus Kowalewski 2022-11-21 20:29:27 +01:00
parent b1e35893dd
commit e7fd02bec1

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "ntirpc";
version = "4.0";
version = "4.1";
src = fetchFromGitHub {
owner = "nfs-ganesha";
repo = "ntirpc";
rev = "v${version}";
sha256 = "0hffma57b4c7g7862yvfr8bvbsbxh5w383mvjkjv3jpzi01l79yv";
sha256 = "sha256-RTuWj795YrXVo3TIiEr3Dy/QmSL5Ch0VVc4gRlDhNTM=";
};
postPatch = ''