mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
iterm2: 3.5.11 -> 3.5.14 (#414540)
This commit is contained in:
commit
bc36e84714
1 changed files with 2 additions and 2 deletions
|
@ -15,13 +15,13 @@
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
pname = "iterm2";
|
pname = "iterm2";
|
||||||
version = "3.5.11";
|
version = "3.5.14";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://iterm2.com/downloads/stable/iTerm2-${
|
url = "https://iterm2.com/downloads/stable/iTerm2-${
|
||||||
lib.replaceStrings [ "." ] [ "_" ] version
|
lib.replaceStrings [ "." ] [ "_" ] version
|
||||||
}.zip";
|
}.zip";
|
||||||
hash = "sha256-vcZL74U9RNjhpIQRUUn6WueYhE/LfLqpb/JgWunY5dI=";
|
hash = "sha256-cF7gg4kT0z/7Qu7d6AyXpnvrSQ937JbFUgpXw5F4AWE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontFixup = true;
|
dontFixup = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue