Skip to content

Commit

Permalink
gitkraken: 2.3.3 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xNWDD committed Apr 19, 2017
1 parent 124c4b1 commit 940a71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/version-management/gitkraken/default.nix
Expand Up @@ -9,11 +9,11 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "gitkraken-${version}";
version = "2.3.3";
version = "2.4.0";

src = fetchurl {
url = "https://release.gitkraken.com/linux/v${version}.deb";
sha256 = "a6e235ab1a4c1da755af8218ad819fcac6bc89b1a324aa2c0e430f3805cb1a16";
sha256 = "1s95wnlyy41s8gy7vq4k8w03qrhxq56fr7idsrgvcv065cf5hqmd";
};

libPath = makeLibraryPath [
Expand Down

0 comments on commit 940a71f

Please sign in to comment.