fuse-overlayfs: 1.16 -> 1.17

This commit is contained in:
R. Ryantm
2026-06-09 15:13:11 +00:00
parent a6d914805c
commit 9af850c21d
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fuse-overlayfs";
version = "1.16";
version = "1.17";
src = fetchFromGitHub {
owner = "containers";
repo = "fuse-overlayfs";
rev = "v${finalAttrs.version}";
hash = "sha256-FwAv5PmiBz25PNH/IEIV6cHjhlE+1mDTrgvR2vN++ZY=";
hash = "sha256-oXSqyxe5+hsuFXKajuviqh2nKIz8Kw6rjLnb6XTF6GI=";
};
nativeBuildInputs = [