switchfin: 0.7.6 -> 0.7.7 (#462518)

This commit is contained in:
K900
2025-11-17 08:57:07 +00:00
committed by GitHub

View File

@@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "switchfin";
version = "0.7.6";
version = "0.7.7";
src = fetchFromGitHub {
owner = "dragonflylee";
repo = "switchfin";
rev = version;
hash = "sha256-WEqscGd7K5tTQcK8XXc02EQU2yCbTIdrzw40eXw8lYY=";
hash = "sha256-swNwaZg6W5Ox08poc3gC3MOsIHv08/Q9BOMwD9FNf3g=";
fetchSubmodules = true;
};