Merge pull request #231586 from r-ryantm/auto-update/fuse-overlayfs

fuse-overlayfs: 1.11 -> 1.12
This commit is contained in:
adisbladis 2023-05-13 15:46:19 +12:00 committed by GitHub
commit d81fcf5e33
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.11";
version = "1.12";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-BrZ+af5WmIEFC1NwpcVqxol4b4aFxj1wnvxDGx20SBA=";
hash = "sha256-k9ws3m0stPqzmi3WOAWH3RfQywlOa6l5SFvloanf5e0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];