linuxPackages.nullfs: 0.17 -> 0.18

authored by

R. Ryantm and committed by
Weijia Wang
46fc6bd2 483845fc

+2 -2
+2 -2
pkgs/os-specific/linux/nullfs/default.nix
··· 7 7 }: 8 8 stdenv.mkDerivation rec { 9 9 pname = "nullfs"; 10 - version = "0.17"; 10 + version = "0.18"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "abbbi"; 14 14 repo = "nullfsvfs"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-Hkplhem4Gb1xsYQtRSWub0m15Fiil3qJAO183ygP+WI="; 16 + sha256 = "sha256-tfa0SPhTm9vvv4CiwcDyz6KssJqD9F2SlWB4rwZpGoY="; 17 17 }; 18 18 19 19 hardeningDisable = [ "pic" ];