1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

fuse-overlayfs: 1.13 -> 1.14

This commit is contained in:
R. Ryantm 2024-06-28 13:22:00 +00:00
parent c8201d6eef
commit f392ae0689

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fuse-overlayfs";
version = "1.13";
version = "1.14";
src = fetchFromGitHub {
owner = "containers";
repo = pname;
rev = "v${version}";
hash = "sha256-ngpC1KtUsIJOfpJ9dSqZn9XhKkJSpp2/6RBz/RlZ+A0=";
hash = "sha256-A70AxYPKph/5zRNFRDWrwl8Csc8Vf1gmOLJ39ixJgL0=";
};
nativeBuildInputs = [ autoreconfHook pkg-config ];