community/starship: upgrade to 1.17.0

This commit is contained in:
Celeste 2023-12-29 01:13:00 +00:00 committed by Jakub Jirutka
parent 294a7d88ac
commit a4b2fa47c4
2 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=starship
pkgver=1.16.0
pkgver=1.17.0
pkgrel=0
pkgdesc="Minimal, blazing-fast and infinitely customizable prompt for any shell"
url="https://starship.rs"
@ -82,7 +82,7 @@ _zsh_plugin() {
}
sha512sums="
867d6691788ab91d39c4e5610051936d90bdc815a76520114d88d81bfaa7ad854b904f164d21e1ab9654e6ab2da0e689e9ef65f23ad6734215e4242db3ed6f94 starship-1.16.0.tar.gz
b09ab2da6926e5ab64231afd391a98c86cc80e022e14d0edfba75e7f73479731e29d4bf945747228ce506d4550c5adebf7ba8f8b8688eb5d04b5b6fd0f172a8b use-libdbus.patch
8a0c20bd38c258b8210895a0578d51b1b206c39c1413ab9a56cf7ada7d8f2e12cc60ed82a841d17b86b1f9079819d464e0645e1f98fc59d0d19c2fda57f88625 starship-1.17.0.tar.gz
35ab06627a8fc2178968195026951948faa57b97b009f7ad3c08f8af22c0c96d022ca29fc6c2970ebb548b2f803795b8e92e6e247aceed8a5a4af3cf00f0f9a7 use-libdbus.patch
384a3b84b103005d347ef76c9a61f8c5e21cc97f17f195cff157f71f42dbd76fd6f54f93715cbebbee2eab70a275e39917334721fa21d130bd715a7b6334418b starship.plugin.zsh
"

View File

@ -4,12 +4,12 @@ diff --git a/Cargo.toml b/Cargo.toml
index ff0769e..44f0ed9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,7 +55,7 @@ indexmap = { version = "1.9.3", features = ["serde"] }
log = { version = "0.4.19", features = ["std"] }
@@ -54,7 +54,7 @@ indexmap = { version = "2.1.0", features = ["serde"] }
log = { version = "0.4.20", features = ["std"] }
# notify-rust is optional (on by default) because the crate doesn't currently build for darwin with nix
# see: https://github.com/NixOS/nixpkgs/issues/160876
-notify-rust = { version = "4.8.0", optional = true }
+notify-rust = { version = "4.8.0", default-features = false, features = ["d"], optional = true }
-notify-rust = { version = "4.10.0", optional = true }
+notify-rust = { version = "4.10.0", default-features = false, features = ["d"], optional = true }
nu-ansi-term = "0.49.0"
once_cell = "1.18.0"
open = "5.0.0"
once_cell = "1.19.0"
open = "5.0.1"