Skip to content

Commit 7bc3153

Browse files
committed
golden-cheetah-bin: 3.7DEV2410 -> 3.7
Signed-off-by: Florian Brandes <[email protected]>
1 parent 52faf48 commit 7bc3153

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkgs/by-name/go/golden-cheetah-bin/darwin.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
1616

1717
src = fetchurl {
1818
url = "https://github.com/GoldenCheetah/GoldenCheetah/releases/download/v${version}/GoldenCheetah_v${builtins.substring 0 7 version}_x64.dmg";
19-
hash = "sha256-GGe8pGf16FWqN9uaStnGOtOeKDB44VBD7QwHkaZb7wY=";
19+
hash = "sha256-AA9J3wyz2huLSGVvjA/st1kb6aDT6uQA1Ut21S1GU2M=";
2020
};
2121

2222
nativeBuildInputs = [

pkgs/by-name/go/golden-cheetah-bin/linux.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ appimageTools.wrapType2 rec {
1313
;
1414
src = fetchurl {
1515
url = "https://github.com/GoldenCheetah/GoldenCheetah/releases/download/v${version}/GoldenCheetah_v${builtins.substring 0 7 version}_x64.AppImage";
16-
hash = "sha256-S1YDg7opoYflL/3h+lP1SNwXpJHaN3+iE3waSjWtN6o=";
16+
hash = "sha256-teWMDChmC2oWG3UJWTtHVXzIzi2khdkzMkMDFTTI6w8=";
1717
};
1818

1919
extraPkgs = pkgs: [

pkgs/by-name/go/golden-cheetah-bin/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
let
88
pname = "golden-cheetah";
9-
version = "3.7-DEV2410";
9+
version = "3.7";
1010

1111
commonMeta = {
1212
description = "Performance software for cyclists, runners and triathletes. This version includes the API Tokens for e.g. Strava";

0 commit comments

Comments
 (0)