switchfin: 0.8.3 -> 0.9.0

This commit is contained in:
R. Ryantm
2026-05-07 09:03:49 +00:00
parent d37a136c7d
commit a67c9e182a
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "switchfin";
version = "0.8.3";
version = "0.9.0";
src = fetchFromGitHub {
owner = "dragonflylee";
repo = "switchfin";
rev = finalAttrs.version;
hash = "sha256-EXYsx8y9tMOkuARe/ffon1IXicmwvZxByuze0wKeMh0=";
hash = "sha256-W1qdU9x9GTdLkGNaGE9BopQAO6QIanzPbOvD2wEhfUw=";
fetchSubmodules = true;
};