linuxPackages.nullfs: 0.19 -> 0.20

This commit is contained in:
R. Ryantm
2025-10-13 13:37:13 +00:00
parent a5d79d36df
commit 35221b5bfa

View File

@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "nullfs";
version = "0.19";
version = "0.20";
src = fetchFromGitHub {
owner = "abbbi";
repo = "nullfsvfs";
rev = "v${version}";
sha256 = "sha256-nEwLxcELLBd+BN7OHYLJZCpie0rG0a1wj0RCOKpZkRU=";
sha256 = "sha256-JFqZHS1SR4vf724UWYtNZLhSsl6+/5MBkI/PgrLzSLA=";
};
hardeningDisable = [ "pic" ];