golden-cheetah: 3.8-DEV2603 -> 3.8-DEV2605 (#528568)

This commit is contained in:
Adam C. Stephens
2026-06-06 00:53:37 +00:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "golden-cheetah";
version = "3.8-DEV2603";
version = "3.8-DEV2605";
src = fetchFromGitHub {
owner = "GoldenCheetah";
repo = "GoldenCheetah";
tag = "v${finalAttrs.version}";
hash = "sha256-FxQ18KJfR+fegQ5Qu4vI3vqckj4mB8s9VtSdRtIQISg=";
hash = "sha256-umy1EcLSoSDO5XFiGxfunniDr8RruyPvRTbypMbl7xU=";
};
buildInputs =