fuse-overlayfs: 1.8 -> 1.8.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2022-01-18 15:09:54 +01:00
parent 97922bf97e
commit 04386f3552
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "1.8";
version = "1.8.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VqtBJ8HRyhjwKVoRu6+EArZMVbzXkaK89yV56MzRUJo=";
sha256 = "sha256-0vmcn3AOASjN61QzxxGYpPMWlukanh8+vbZQcFpU/vs=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];