From 3f55c52e07c95fc8f7cc027b77cb9fd46feb3fdc Mon Sep 17 00:00:00 2001
From: Florian Brandes <florian.brandes@posteo.de>
Date: Wed, 12 Apr 2023 11:50:17 +0200
Subject: [PATCH] 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>
---
 pkgs/applications/misc/golden-cheetah-bin/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/applications/misc/golden-cheetah-bin/default.nix b/pkgs/applications/misc/golden-cheetah-bin/default.nix
index bfd5d5b86e94..fa11f7716219 100644
--- a/pkgs/applications/misc/golden-cheetah-bin/default.nix
+++ b/pkgs/applications/misc/golden-cheetah-bin/default.nix
@@ -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; };