File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
pkgs/by-name/go/golden-cheetah-bin Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 = [
Original file line number Diff line number Diff 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 : [
Original file line number Diff line number Diff line change 66
77let
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" ;
You can’t perform that action at this time.
0 commit comments