Skip to content

Commit 4fb742d

Browse files
gitkraken: 10.6.0 → 10.6.1 (NixOS#374005)
2 parents 2dda684 + e1a3a64 commit 4fb742d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkgs/by-name/gi/gitkraken/package.nix

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,24 +57,24 @@
5757

5858
let
5959
pname = "gitkraken";
60-
version = "10.6.0";
60+
version = "10.6.1";
6161

6262
throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}";
6363

6464
srcs = {
6565
x86_64-linux = fetchzip {
6666
url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz";
67-
hash = "sha256-I4Pxz4pH5V4X1vguH1/TwoVDhZseKzkXZobqH/WVxTE=";
67+
hash = "sha256-OzVBimAi9vAi6YhSRV0a51MWSmdHmHvvXbimeaNFpBU=";
6868
};
6969

7070
x86_64-darwin = fetchzip {
7171
url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip";
72-
hash = "sha256-k/ilZie8PVo8jjrR/7c0Yw6GpudzgZrc3uMwXeWd76M=";
72+
hash = "sha256-MF6H3tNUw4P4BAzScMsolyB9Qage/7aZwe84gCBjyV4=";
7373
};
7474

7575
aarch64-darwin = fetchzip {
7676
url = "https://release.axocdn.com/darwin-arm64/GitKraken-v${version}.zip";
77-
hash = "sha256-d+CsEPoznjsyhFQHjMxFffT60ak8j9BtTSvDVmvXWDA=";
77+
hash = "sha256-Akn8LSSYEj/dUU8iNWm5wO239wKGBmQp9RfzbCjI5Wo=";
7878
};
7979
};
8080

@@ -91,6 +91,7 @@ let
9191
evanjs
9292
arkivm
9393
nicolas-goudry
94+
Rishik-Y
9495
];
9596
mainProgram = "gitkraken";
9697
};

0 commit comments

Comments
 (0)