golden-cheetah: 3.7-SP1 -> 3.8-DEV2603

This commit is contained in:
R. Ryantm
2026-04-07 07:45:26 +00:00
parent 358f4fca7e
commit 80f62dd82c
+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 =