mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
gitraken: 5.0.1 -> 5.0.4 (#59052)
This commit is contained in:
parent
e02e667a16
commit
fb1c65490c
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gitkraken-${version}";
|
||||
version = "5.0.1";
|
||||
version = "5.0.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://release.axocdn.com/linux/GitKraken-v${version}.deb";
|
||||
sha256 = "14n0xqp6y7ij26r5k7h0phf29krbpx54yzfbvrax5sd9cwg2762g";
|
||||
sha256 = "1fq0w8djkcx5jr2pw6izlq5rkwbq3r3f15xr3dmmbz6gjvi3nra0";
|
||||
};
|
||||
|
||||
libPath = makeLibraryPath [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue