mount-zip: 1.0.12 -> 1.0.13

This commit is contained in:
R. Ryantm 2024-03-27 13:23:39 +00:00
parent 2944f24f12
commit f567eefa87
1 changed files with 2 additions and 2 deletions

View File

@ -3,13 +3,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mount-zip";
version = "1.0.12";
version = "1.0.13";
src = fetchFromGitHub {
owner = "google";
repo = "mount-zip";
rev = "v${finalAttrs.version}";
hash = "sha256-bsuGEgCrU7Gxd9oAiI39AYT9aiXufrI9CniTCfa6LCY=";
hash = "sha256-/iPq/v7ap5livYR5tA90JiaGxQfR9VG+FONECeCFdOQ=";
};
nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];