saunafs: 4.5.1 -> 4.6.0

This commit is contained in:
R. Ryantm 2024-11-19 18:15:07 +00:00
parent 23e89b7da8
commit 1ce9b2ab3e

View File

@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "saunafs";
version = "4.5.1";
version = "4.6.0";
src = fetchFromGitHub {
owner = "leil-io";
repo = "saunafs";
rev = "v${finalAttrs.version}";
hash = "sha256-oMFS5eNNzCpaineCLn0hh3bXGw3SNdj+Pdvk3pevIZg=";
hash = "sha256-uPHgyCL4/HYjoIm1Ev5p7lXAf1KlpV/OAqLVhu5Ang4=";
};
patches = [