jj-starship: 0.7.1 -> 0.7.3

This commit is contained in:
R. Ryantm
2026-09-04 15:13:01 +00:00
parent 074b06a122
commit bc4f7c6dfe

View File

@@ -14,16 +14,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "jj-starship";
version = "0.7.1";
version = "0.7.3";
src = fetchFromGitHub {
owner = "dmmulroy";
repo = "jj-starship";
tag = "v${finalAttrs.version}";
hash = "sha256-NLds7i1ZmscicaNLmkZCWmc7A+367BXxGioRd4yYof8=";
hash = "sha256-oI/6zLVvQWJt3+LtVLfv5eCia/Bwmb88NJaY0lpEz1c=";
};
cargoHash = "sha256-i7x/y+BkKH+Xj1bU4RRe9fcteabB+4uAgJuW3x5/jv4=";
cargoHash = "sha256-GuZnQOzX24Z9PhEKPYHr44UPCSxem81EWMgGW/ixk2c=";
buildNoDefaultFeatures = !withGit;