Unverified Commit d0d49b2a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

mount-zip: 1.0.13 -> 1.0.14
parents 89e75f5b 68c6f17a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,13 +3,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mount-zip";
  version = "1.0.13";
  version = "1.0.14";

  src = fetchFromGitHub {
    owner = "google";
    repo = "mount-zip";
    rev = "v${finalAttrs.version}";
    hash = "sha256-/iPq/v7ap5livYR5tA90JiaGxQfR9VG+FONECeCFdOQ=";
    hash = "sha256-S2snseC9JAjYRberL2/CyRQTcZQ8GtGQNU3WuTqSRl4=";
  };

  nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];