Merge pull request #151820 from qowoz/fuse-overlayfs

fuse-overlayfs: 1.7.1 -> 1.8
This commit is contained in:
adisbladis
2021-12-23 18:58:04 +12:00
committed by GitHub
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "1.7.1";
version = "1.8";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-wSJjA9eZCb3DJed07xuCS0M7ey3DnyuIlp9kvFvDDC8=";
sha256 = "sha256-VqtBJ8HRyhjwKVoRu6+EArZMVbzXkaK89yV56MzRUJo=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];