linuxPackages.nullfsvfs: 0.26 -> 0.27

This commit is contained in:
R. Ryantm
2026-06-29 07:49:47 +00:00
parent e6ba5eb074
commit a606acae5a
+2 -2
View File
@@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "nullfsvfs";
version = "0.26";
version = "0.27";
src = fetchFromGitHub {
owner = "abbbi";
repo = "nullfsvfs";
rev = "v${version}";
sha256 = "sha256-gEvkl8IKekuiQjY+TVaC72vJ310k2A/kXfR5mxdvPpc=";
sha256 = "sha256-BvixSZN9GqFS4llaiKHfkLb21+qG74YtyNb8bUP0jdU=";
};
hardeningDisable = [ "pic" ];