lol

Merge pull request #251153 from r-ryantm/auto-update/mount-zip

mount-zip: 1.0.8 -> 1.0.9

authored by

Nick Cao and committed by
GitHub
73982ef9 2b53cac1

+2 -2
+2 -2
pkgs/tools/filesystems/mount-zip/default.nix
··· 3 3 4 4 stdenv.mkDerivation (finalAttrs: { 5 5 pname = "mount-zip"; 6 - version = "1.0.8"; 6 + version = "1.0.9"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "google"; 10 10 repo = "mount-zip"; 11 11 rev = "v${finalAttrs.version}"; 12 - hash = "sha256-+slN5eedSddYKgiNLq4KZ5BXwvGQw9859sVfkcIBYeo="; 12 + hash = "sha256-dc1Cpyh4ctPPYo4cxH81mqNlomtzjiHHfkh52NPzq80="; 13 13 }; 14 14 15 15 nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];