golden-cheetah: 3.7-SP1 -> 3.8-DEV2603 (#507514)

This commit is contained in:
Adam C. Stephens
2026-04-08 13:09:10 +00:00
committed by GitHub
+2 -2
View File
@@ -26,13 +26,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "golden-cheetah";
version = "3.7-SP1";
version = "3.8-DEV2603";
src = fetchFromGitHub {
owner = "GoldenCheetah";
repo = "GoldenCheetah";
tag = "v${finalAttrs.version}";
hash = "sha256-NsXTe4Ht4TFDu7/nK3/hdCk/K2mPm59I9GHkVOTDc74=";
hash = "sha256-FxQ18KJfR+fegQ5Qu4vI3vqckj4mB8s9VtSdRtIQISg=";
};
buildInputs =