unionfs-fuse: 3.6 -> 3.7

This commit is contained in:
R. Ryantm
2025-09-23 00:22:50 +00:00
parent d0eb1f662f
commit 3bb6f0b8e9
+2 -2
View File
@@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "unionfs-fuse";
version = "3.6";
version = "3.7";
src = fetchFromGitHub {
owner = "rpodgorny";
repo = "unionfs-fuse";
tag = "v${version}";
hash = "sha256-1Fy3evatfEplgJjAVeXgdq1CkGgIi+iZjsO0WBHmmBM=";
hash = "sha256-wha1AMwJMbC5rZBE4ybeOmH7Dq4p5YdMJDCT/a3B6cI=";
};
patches = [