summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Horiguchi <ryan.horiguchi@gmail.com>2023-02-09 17:14:56 +0100
committerRyan Horiguchi <ryan.horiguchi@gmail.com>2023-02-09 17:14:56 +0100
commit7846ebc60542a4895c32e6a06432db5cc6a878f6 (patch)
treee9b44af49be9a5c833d8d6a1e985aa2a76b94835 /pkgs/applications
parent7b2a482ea0240ef989001c6a6c28b47db7790483 (diff)
downloadnixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.tar
nixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.tar.gz
nixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.tar.bz2
nixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.tar.lz
nixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.tar.xz
nixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.tar.zst
nixpkgs-7846ebc60542a4895c32e6a06432db5cc6a878f6.zip
gitkraken: 9.0.0 -> 9.1.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/gitkraken/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/applications/version-management/gitkraken/default.nix b/pkgs/applications/version-management/gitkraken/default.nix
index 2b6018dfe44..4d911546576 100644
--- a/pkgs/applications/version-management/gitkraken/default.nix
+++ b/pkgs/applications/version-management/gitkraken/default.nix
@@ -10,24 +10,24 @@ with lib;
 
 let
   pname = "gitkraken";
-  version = "9.0.0";
+  version = "9.1.0";
 
   throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
 
   srcs = {
     x86_64-linux = fetchzip {
       url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
-      sha256 = "sha256-I6iIg+RBTz5HyommAvDuQBBURjMm04t31o5OZNCrYGc=";
+      sha256 = "sha256-HRd2jfTbdFKVMbnD4CzMsE22urExGrpf8rgli3dqVUY=";
     };
 
     x86_64-darwin = fetchzip {
       url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
-      sha256 = "1dhswjzyjrfz4psjji53fjpvb8845lv44qqc6ncfv1ljx9ky828r";
+      sha256 = "sha256-zJEjJ+l0/S8B2b7mlDd2sln8GsvCaZZIcarC45rLATQ=";
     };
 
     aarch64-darwin = fetchzip {
       url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
-      sha256 = "0jzcwx1z240rr08qc6vbasn51bcadz2jl3vm3jwgjpfdwypnsvk1";
+      sha256 = "sha256-5wep4FDNZwNOK05tm24132JuyBWUJRyeRpJDF7PLYoQ=";
     };
   };