linuxPackages.nullfs: 0.17 -> 0.18

This commit is contained in:
R. Ryantm 2025-04-02 07:26:33 +00:00 committed by Weijia Wang
parent 483845fc2e
commit 46fc6bd288

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" ];