saunafs: 5.9.0 -> 5.10.0

(cherry picked from commit b737ad4607)
This commit is contained in:
R. Ryantm
2026-06-03 13:21:17 +00:00
committed by github-actions[bot]
parent 4b40aa9c82
commit 007d830d1c

View File

@@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "saunafs";
version = "5.9.0";
version = "5.10.0";
src = fetchFromGitHub {
owner = "leil-io";
repo = "saunafs";
rev = "v${finalAttrs.version}";
hash = "sha256-OMUW5JJziW3C9R5gsnFTGnxwmVoXRTtu4aIlXfnVdME=";
hash = "sha256-5FeuzL7JiCuR2l7PjYTtsesXS0RaJmAMrTUKtCwKZxE=";
};
patches = [