Merge pull request #119269 from rhoriguchi/gitkraken

gitkraken: 7.5.4 -> 7.5.5
This commit is contained in:
Sandro 2021-04-13 01:54:16 +02:00 committed by GitHub
commit eeb3107a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@ let
in
stdenv.mkDerivation rec {
pname = "gitkraken";
version = "7.5.4";
version = "7.5.5";
src = fetchzip {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
sha256 = "1laqki01zcmsl9s18dnwg3x3jbbs0xcipiyj2qlsb1sx9y4x05wm";
sha256 = "0l40ap0ck2ywjarmn7lmpw4qbsdkx717d9kmx67p4qlmbwpimqhg";
};
dontBuild = true;