Merge pull request #274872 from r-ryantm/auto-update/mount-zip
mount-zip: 1.0.11 -> 1.0.12
This commit is contained in:
commit
a1bdb6cdd8
@ -3,13 +3,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "mount-zip";
|
pname = "mount-zip";
|
||||||
version = "1.0.11";
|
version = "1.0.12";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = "mount-zip";
|
repo = "mount-zip";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-67GaZdmDuUc8ixeRP86xA/+n1PRqwwIEe7JK9OZGUC8=";
|
hash = "sha256-bsuGEgCrU7Gxd9oAiI39AYT9aiXufrI9CniTCfa6LCY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];
|
nativeBuildInputs = [ boost gcc icu pandoc pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user