golden-cheetah: 3.6-RC3 -> 3.6RC4

This commit is contained in:
Adam Stephens 2023-03-19 16:05:02 -04:00
parent f3081d5999
commit e2d0527760
No known key found for this signature in database

View File

@ -16,13 +16,13 @@ let
};
in mkDerivation rec {
pname = "golden-cheetah";
version = "3.6-RC3";
version = "3.6-RC4";
src = fetchFromGitHub {
owner = "GoldenCheetah";
repo = "GoldenCheetah";
rev = "refs/tags/v${version}";
hash = "sha256-/LGVDeWJZZXy5r5WxElDuxUagpA/RIwHGRbkcdO8IrE=";
hash = "sha256-2cwxsfy4Zc9fF3fe6QcZp3LPd2yWw2rDlYrK/QGiJYw=";
};
buildInputs = [