Unverified Commit fda29611 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

mount-zip: 1.0.10 -> 1.0.11
parents ba5c16e8 309e8cef
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.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 ];