fuse-overlayfs: 1.12 -> 1.13

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-08-30 09:29:11 +02:00
parent 72c6fa4b68
commit 7dcc1657c7
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.12";
version = "1.13";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-k9ws3m0stPqzmi3WOAWH3RfQywlOa6l5SFvloanf5e0=";
hash = "sha256-ngpC1KtUsIJOfpJ9dSqZn9XhKkJSpp2/6RBz/RlZ+A0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];