Skip to content

Commit

Permalink
golden-cheetah: 3.6-RC3 -> 3.6RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Mar 19, 2023
1 parent f3081d5 commit e2d0527
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/golden-cheetah/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e2d0527

Please sign in to comment.