mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
golden-cheetah-bin: 3.6-RC3 -> 3.6-RC4
Changelog: https://github.com/GoldenCheetah/GoldenCheetah/releases/tag/v3.6-RC4 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
1854101076
commit
3f55c52e07
@ -2,11 +2,11 @@
|
||||
let
|
||||
|
||||
pname = "golden-cheetah";
|
||||
version = "3.6-RC3";
|
||||
version = "3.6-RC4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/GoldenCheetah/GoldenCheetah/releases/download/v${version}/GoldenCheetah_v3.6-DEV_x64.AppImage";
|
||||
hash = "sha256-Bp1IFql96tHc5ssg9nhTrFQqNtaM+5iYJguPGkguvns=";
|
||||
hash = "sha256-I5GafK/W1djSx67xrjcMyPqMSqGW9AfrcPYcGcf0Pag=";
|
||||
};
|
||||
|
||||
appimageContents = appimageTools.extract { inherit pname src version; };
|
||||
|
Loading…
Reference in New Issue
Block a user