1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

fuse-overlayfs: 1.8.2 -> 1.9

https://github.com/containers/fuse-overlayfs/releases/tag/v1.9
This commit is contained in:
zowoq 2022-06-11 07:30:53 +10:00
parent 2d997b63ae
commit e286e80e52

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "1.8.2";
version = "1.9";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
sha256 = "sha256-FqlSMTCKtcG2HOA6KaPYArK/rxHG9eJSQmNOWIzJzCs=";
sha256 = "sha256-+LuA9gSdVmt4iEJyeg6HbddD2YsKmkV/MJQbAgg/vJQ=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];