3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #81702 from zowoq/fuse-overlayfs

fuse-overlayfs: 0.7.6 -> 0.7.7
This commit is contained in:
Mario Rodas 2020-03-04 07:47:13 -05:00 committed by GitHub
commit 7b3aae052c
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.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "1sgl6npbhg49aqlxmm3bnk3cmi9xpg8i5m4hickqfk1ni1z070ij";
sha256 = "0fifqa4f79lhklajsf1aiipc4cyykscqlns9pzbcq5hdphi9fbsb";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];