Loading pkgs/by-name/lo/loco/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -2,22 +2,27 @@ lib, rustPlatform, fetchCrate, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "loco"; version = "0.14.0"; version = "0.15.0"; src = fetchCrate { inherit pname version; hash = "sha256-d13BuDPXZJ2cOgaNhX95Us+T4SoJZJAyCugSySHh7U8="; hash = "sha256-sTPFDdiYmw+ODAcuBh4XXpSXVZbbYxfjr+WiTGit18E="; }; useFetchCargoVendor = true; cargoHash = "sha256-g7zfPO0/8a9PPdd8CPDWRUTWdQ29tFZ3uOSux8hcExo="; cargoHash = "sha256-EsNFdk7bLRzyfncDRxqS0CQGdtPFdRRSlpTTxbQ8csI="; #Skip trycmd integration tests checkFlags = [ "--skip=cli_tests" ]; passthru = { updateScript = nix-update-script { }; }; meta = { description = "Loco CLI is a powerful command-line tool designed to streamline the process of generating Loco websites"; homepage = "https://loco.rs"; Loading Loading
pkgs/by-name/lo/loco/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -2,22 +2,27 @@ lib, rustPlatform, fetchCrate, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "loco"; version = "0.14.0"; version = "0.15.0"; src = fetchCrate { inherit pname version; hash = "sha256-d13BuDPXZJ2cOgaNhX95Us+T4SoJZJAyCugSySHh7U8="; hash = "sha256-sTPFDdiYmw+ODAcuBh4XXpSXVZbbYxfjr+WiTGit18E="; }; useFetchCargoVendor = true; cargoHash = "sha256-g7zfPO0/8a9PPdd8CPDWRUTWdQ29tFZ3uOSux8hcExo="; cargoHash = "sha256-EsNFdk7bLRzyfncDRxqS0CQGdtPFdRRSlpTTxbQ8csI="; #Skip trycmd integration tests checkFlags = [ "--skip=cli_tests" ]; passthru = { updateScript = nix-update-script { }; }; meta = { description = "Loco CLI is a powerful command-line tool designed to streamline the process of generating Loco websites"; homepage = "https://loco.rs"; Loading