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:
Florian Brandes 2023-04-12 11:50:17 +02:00
parent 1854101076
commit 3f55c52e07
No known key found for this signature in database
GPG key ID: 074048E893713170

View file

@ -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; };