Skip to content

Commit 9fdbbc5

Browse files
authored
loco: 0.2.9 -> 0.14.0 (#384851)
2 parents b9be414 + 00dd430 commit 9fdbbc5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

pkgs/by-name/lo/loco-cli/package.nix renamed to pkgs/by-name/lo/loco/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
fetchCrate,
55
}:
66
rustPlatform.buildRustPackage rec {
7-
pname = "loco-cli";
8-
version = "0.2.9";
7+
pname = "loco";
8+
version = "0.14.0";
99

1010
src = fetchCrate {
1111
inherit pname version;
12-
hash = "sha256-AhL+k5XEf8m1pyOECTlPwALUG/ELJeACfV2kulxlzaA=";
12+
hash = "sha256-d13BuDPXZJ2cOgaNhX95Us+T4SoJZJAyCugSySHh7U8=";
1313
};
1414

1515
useFetchCargoVendor = true;
16-
cargoHash = "sha256-TwsnEkD6SVgyvtJHgG0Da+6K/bbDwnM8b4CMhba+ej8=";
16+
cargoHash = "sha256-g7zfPO0/8a9PPdd8CPDWRUTWdQ29tFZ3uOSux8hcExo=";
1717

1818
#Skip trycmd integration tests
1919
checkFlags = [ "--skip=cli_tests" ];

pkgs/top-level/aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@ mapAliases {
895895

896896
lobster-two = throw "'lobster-two' has been renamed to/replaced by 'google-fonts'"; # Converted to throw 2024-10-17
897897
loc = throw "'loc' has been removed due to lack of upstream maintenance. Consider 'tokei' as an alternative."; # Added 2025-01-25
898+
loco-cli = loco; # Added 2025-02-24
898899
loop = throw "'loop' has been removed due to lack of upstream maintenance"; # Added 2025-01-25
899900
luna-icons = throw "luna-icons has been removed as it was removed upstream"; # Added 2024-10-29
900901
lv_img_conv = throw "'lv_img_conv' has been removed from nixpkgs as it is broken"; # Added 2024-06-18

0 commit comments

Comments
 (0)