Merge pull request #177217 from qowoz/fuse-overlayfs

fuse-overlayfs: 1.8.2 -> 1.9
This commit is contained in:
adisbladis 2022-06-11 12:26:39 +08:00 committed by GitHub
commit ab2e716671
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 = "1.8.2";
version = "1.9";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FqlSMTCKtcG2HOA6KaPYArK/rxHG9eJSQmNOWIzJzCs=";
sha256 = "sha256-+LuA9gSdVmt4iEJyeg6HbddD2YsKmkV/MJQbAgg/vJQ=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];