mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
kitty-bin: 0.47.4 -> 0.48.2 (#551414)
This commit is contained in:
@@ -8,14 +8,14 @@
|
||||
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "kitty-bin";
|
||||
version = "0.47.4";
|
||||
version = "0.48.2";
|
||||
|
||||
__structuredAttrs = true;
|
||||
strictDeps = true;
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/kovidgoyal/kitty/releases/download/v${finalAttrs.version}/kitty-${finalAttrs.version}.dmg";
|
||||
hash = "sha256-tTubGKJ9U61Eol3Wd2/ejEdIe04QOsUNaCrx7o57d+0=";
|
||||
hash = "sha256-+AT1juS2nHb4TrMoHhQHSCaaY/P0qBYBWo3sKgbSsZU=";
|
||||
};
|
||||
|
||||
# undmg can't read the APFS dmg; -snld keeps the .app's symlinks intact.
|
||||
|
||||
Reference in New Issue
Block a user