saunafs: 4.5.1 -> 4.6.0 (#357353)

This commit is contained in:
Markus Kowalewski 2024-11-20 15:12:59 +01:00 committed by GitHub
commit 9cd675e112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [