fuse-overlayfs: 1.7.1 -> 1.8

https://github.com/containers/fuse-overlayfs/releases/tag/v1.8
This commit is contained in:
zowoq 2021-12-23 05:44:42 +10:00
parent c934f6b624
commit f91caa3e1b

View File

@ -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 ];