Loading pkgs/by-name/lo/loco-cli/package.nix→pkgs/by-name/lo/loco/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ fetchCrate, }: rustPlatform.buildRustPackage rec { pname = "loco-cli"; version = "0.2.9"; pname = "loco"; version = "0.14.0"; src = fetchCrate { inherit pname version; hash = "sha256-AhL+k5XEf8m1pyOECTlPwALUG/ELJeACfV2kulxlzaA="; hash = "sha256-d13BuDPXZJ2cOgaNhX95Us+T4SoJZJAyCugSySHh7U8="; }; useFetchCargoVendor = true; cargoHash = "sha256-TwsnEkD6SVgyvtJHgG0Da+6K/bbDwnM8b4CMhba+ej8="; cargoHash = "sha256-g7zfPO0/8a9PPdd8CPDWRUTWdQ29tFZ3uOSux8hcExo="; #Skip trycmd integration tests checkFlags = [ "--skip=cli_tests" ]; Loading pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -894,6 +894,7 @@ mapAliases { lobster-two = throw "'lobster-two' has been renamed to/replaced by 'google-fonts'"; # Converted to throw 2024-10-17 loc = throw "'loc' has been removed due to lack of upstream maintenance. Consider 'tokei' as an alternative."; # Added 2025-01-25 loco-cli = loco; # Added 2025-02-24 loop = throw "'loop' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 luna-icons = throw "luna-icons has been removed as it was removed upstream"; # Added 2024-10-29 lv_img_conv = throw "'lv_img_conv' has been removed from nixpkgs as it is broken"; # Added 2024-06-18 Loading Loading
pkgs/by-name/lo/loco-cli/package.nix→pkgs/by-name/lo/loco/package.nix +4 −4 Original line number Diff line number Diff line Loading @@ -4,16 +4,16 @@ fetchCrate, }: rustPlatform.buildRustPackage rec { pname = "loco-cli"; version = "0.2.9"; pname = "loco"; version = "0.14.0"; src = fetchCrate { inherit pname version; hash = "sha256-AhL+k5XEf8m1pyOECTlPwALUG/ELJeACfV2kulxlzaA="; hash = "sha256-d13BuDPXZJ2cOgaNhX95Us+T4SoJZJAyCugSySHh7U8="; }; useFetchCargoVendor = true; cargoHash = "sha256-TwsnEkD6SVgyvtJHgG0Da+6K/bbDwnM8b4CMhba+ej8="; cargoHash = "sha256-g7zfPO0/8a9PPdd8CPDWRUTWdQ29tFZ3uOSux8hcExo="; #Skip trycmd integration tests checkFlags = [ "--skip=cli_tests" ]; Loading
pkgs/top-level/aliases.nix +1 −0 Original line number Diff line number Diff line Loading @@ -894,6 +894,7 @@ mapAliases { lobster-two = throw "'lobster-two' has been renamed to/replaced by 'google-fonts'"; # Converted to throw 2024-10-17 loc = throw "'loc' has been removed due to lack of upstream maintenance. Consider 'tokei' as an alternative."; # Added 2025-01-25 loco-cli = loco; # Added 2025-02-24 loop = throw "'loop' has been removed due to lack of upstream maintenance"; # Added 2025-01-25 luna-icons = throw "luna-icons has been removed as it was removed upstream"; # Added 2024-10-29 lv_img_conv = throw "'lv_img_conv' has been removed from nixpkgs as it is broken"; # Added 2024-06-18 Loading