fuse-overlayfs: 1.10 -> 1.11

Diff: https://github.com/containers/fuse-overlayfs/compare/v1.10...v1.11
This commit is contained in:
zowoq 2023-03-25 08:05:17 +10:00
parent 2e4e45290e
commit 82c79411b7

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "1.10";
version = "1.11";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-l48VZ+CNw2O66A2kcxvnyDafsXdYfBCZdFK3bMHPsCA=";
hash = "sha256-BrZ+af5WmIEFC1NwpcVqxol4b4aFxj1wnvxDGx20SBA=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];