Merge pull request #124039 from r-ryantm/auto-update/gitkraken

gitkraken: 7.6.0 -> 7.6.1
This commit is contained in:
Ryan Mulligan 2021-05-25 11:23:15 -07:00 committed by GitHub
commit 1ea4f723c7
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.6.0";
version = "7.6.1";
src = fetchzip {
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
sha256 = "11818d8ph9qqisdpkv46afhr79qq128gaz5d0n7b48dx25ih1jb9";
sha256 = "sha256-wpfTozXxanZkYtYQHY950PLsVO4lXLt5OOP/xDCrFEw=";
};
dontBuild = true;