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

mount-zip: 1.0.11 -> 1.0.12
This commit is contained in:
Nick Cao
2023-12-17 10:04:34 -05:00
committed by GitHub

View File

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