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

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

mount-zip: 1.0.12 -> 1.0.13
parents 69b58197 f567eefa
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.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 ];