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

mount-zip: 1.0.10 -> 1.0.11
This commit is contained in:
Weijia Wang 2023-10-13 18:27:54 +02:00 committed by GitHub
commit fda2961162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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