1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

Merge pull request #91207 from zowoq/fuse-overlayfs

fuse-overlayfs: 1.1.0 -> 1.1.1
This commit is contained in:
Benjamin Hipple 2020-06-20 23:18:18 -04:00 committed by GitHub
commit 6530d1b7a1
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.1.0";
version = "1.1.1";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "0dv62kyc8hvwb4gkhyxzwagp87nv0mr1612dz6q835is1vqav134";
sha256 = "0zrxq0s3dlgjarn8l519czwffp2s5ibykc00vfrpayg547dgj342";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];