Skip to content

Commit

Permalink
Merge pull request #88511 from r-ryantm/auto-update/gitkraken
Browse files Browse the repository at this point in the history
gitkraken: 6.6.0 -> 7.0.0
  • Loading branch information
ryantm committed May 22, 2020
2 parents 531eab1 + 4e1b9ef commit 31ae377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitkraken/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gitkraken";
version = "6.6.0";
version = "7.0.0";

src = fetchzip {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
sha256 = "1k94dyynsnm90mp7q9h6baq6q9zi539b1qszf3mqvd5i0id9kjcw";
sha256 = "0ws1gb7fgy72s6hxkf9g16x565m58k1cdzx9ldcdghfffimz4cqx";
};

dontBuild = true;
Expand Down

0 comments on commit 31ae377

Please sign in to comment.