Merge pull request #66887 from r-ryantm/auto-update/fuse-overlayfs

fuse-overlayfs: 0.4.1 -> 0.5.1
This commit is contained in:
Marek Mahut 2019-08-19 11:51:20 +02:00 committed by GitHub
commit b4ed90da30
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.4.1";
version = "0.5.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "1qjkzpxv7zy9i6lvcrn8yp8dfsqak6c7ffx8g0xfavdx7am458ns";
sha256 = "03sdnnq0x44jlwf41snrrma4hxdiixmhynw35gjhm84slpljnngp";
};
nativeBuildInputs = [ autoreconfHook pkgconfig ];