Skip to content

Commit

Permalink
gitkraken: 4.0.2 -> 4.0.5 (#47512)
Browse files Browse the repository at this point in the history
Fixes #47498. Note that the releases have moved to a new URL; I'm not sure they still host the earlier versions.
  • Loading branch information
KiaraGrouwstra authored and xeji committed Sep 29, 2018
1 parent 3154032 commit 9d727e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitkraken/default.nix
Expand Up @@ -12,11 +12,11 @@ let
in
stdenv.mkDerivation rec {
name = "gitkraken-${version}";
version = "4.0.2";
version = "4.0.5";

src = fetchurl {
url = "https://release.gitkraken.com/linux/v${version}.deb";
sha256 = "0dnckd75fcgc9wa4ivbnw2djmk4phzzr891snhxpsvb1dhlc7rgx";
url = "https://release.axocdn.com/linux/GitKraken-v${version}.deb";
sha256 = "15wxcahlnz2k3331wqv30d5gq38fqh178hv87xky9b9vyh8qpcvz";
};

libPath = makeLibraryPath [
Expand Down

0 comments on commit 9d727e0

Please sign in to comment.