linuxPackages.nullfs: 0.17 -> 0.18 (#395412)

This commit is contained in:
Weijia Wang
2025-04-27 18:46:00 +02:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "nullfs";
version = "0.17";
version = "0.18";
src = fetchFromGitHub {
owner = "abbbi";
repo = "nullfsvfs";
rev = "v${version}";
sha256 = "sha256-Hkplhem4Gb1xsYQtRSWub0m15Fiil3qJAO183ygP+WI=";
sha256 = "sha256-tfa0SPhTm9vvv4CiwcDyz6KssJqD9F2SlWB4rwZpGoY=";
};
hardeningDisable = [ "pic" ];