switchfin: 0.8.0 -> 0.8.1 (#470355)

This commit is contained in:
K900
2025-12-13 08:21:37 +00:00
committed by GitHub
+2 -2
View File
@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "switchfin";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "dragonflylee";
repo = "switchfin";
rev = version;
hash = "sha256-5W1lUnblXQi8G8+emQ2oU+PYxire0Lwza/j/JESCytw=";
hash = "sha256-G/kkiy0mWQwJchLc1bI1jhFXRoBCbw/CnV2R05esuqM=";
fetchSubmodules = true;
};