mount-zip: 1.0.11 -> 1.0.12

This commit is contained in:
R. Ryantm 2023-12-17 02:58:58 +00:00
parent 74578d8b1a
commit bda2181c28

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