golden-cheetah-bin: 3.7DEV2410 -> 3.7

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
Florian Brandes
2025-03-30 12:46:39 +02:00
parent 52faf482a3
commit 7bc3153863
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/GoldenCheetah/GoldenCheetah/releases/download/v${version}/GoldenCheetah_v${builtins.substring 0 7 version}_x64.dmg";
hash = "sha256-GGe8pGf16FWqN9uaStnGOtOeKDB44VBD7QwHkaZb7wY=";
hash = "sha256-AA9J3wyz2huLSGVvjA/st1kb6aDT6uQA1Ut21S1GU2M=";
};
nativeBuildInputs = [

View File

@@ -13,7 +13,7 @@ appimageTools.wrapType2 rec {
;
src = fetchurl {
url = "https://github.com/GoldenCheetah/GoldenCheetah/releases/download/v${version}/GoldenCheetah_v${builtins.substring 0 7 version}_x64.AppImage";
hash = "sha256-S1YDg7opoYflL/3h+lP1SNwXpJHaN3+iE3waSjWtN6o=";
hash = "sha256-teWMDChmC2oWG3UJWTtHVXzIzi2khdkzMkMDFTTI6w8=";
};
extraPkgs = pkgs: [

View File

@@ -6,7 +6,7 @@
let
pname = "golden-cheetah";
version = "3.7-DEV2410";
version = "3.7";
commonMeta = {
description = "Performance software for cyclists, runners and triathletes. This version includes the API Tokens for e.g. Strava";