golden-cheetah: 3.6 -> 3.7-DEV2404

This commit is contained in:
R. Ryantm 2024-04-16 19:08:40 +00:00
parent 4a04be9a3c
commit 949698f65b

View file

@ -16,13 +16,13 @@ let
}; };
in mkDerivation rec { in mkDerivation rec {
pname = "golden-cheetah"; pname = "golden-cheetah";
version = "3.6"; version = "3.7-DEV2404";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GoldenCheetah"; owner = "GoldenCheetah";
repo = "GoldenCheetah"; repo = "GoldenCheetah";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-Ntim1/ZPaTPCHQ5p8xF5LWpqq8+OgkPfaQqqysv9j/c="; hash = "sha256-u2igcnOulgJGZT46/Z3vSsce9mr3VsxkD3mTeQPvUOg=";
}; };
buildInputs = [ buildInputs = [