3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #222959 from qowoz/fuse-overlayfs

This commit is contained in:
Sandro 2023-03-24 23:55:33 +01:00 committed by GitHub
commit a458485ab9
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.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 ];