3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #155476 from saschagrunert/fuse

fuse-overlayfs: 1.8 -> 1.8.1
This commit is contained in:
adisbladis 2022-01-19 04:54:49 +12:00 committed by GitHub
commit d8c194e03d
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";
version = "1.8.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VqtBJ8HRyhjwKVoRu6+EArZMVbzXkaK89yV56MzRUJo=";
sha256 = "sha256-0vmcn3AOASjN61QzxxGYpPMWlukanh8+vbZQcFpU/vs=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];