Merge pull request #77905 from zowoq/fuse-overlayfs

fuse-overlayfs: 0.7.3 -> 0.7.4
This commit is contained in:
Peter Hoeg 2020-01-17 22:07:47 +08:00 committed by GitHub
commit 248a4fe37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "0.7.3";
version = "0.7.4";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "1jgv5h28pl6ms2iivar4ccq6jvyphqrlbldr1pch55l8jvzfplfl";
sha256 = "02286q4lc1paq735qmn5nyz31g1lwrkcnjkp05fdzcxf60h8paxk";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];