Loading pkgs/by-name/lo/loco/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ }: rustPlatform.buildRustPackage rec { pname = "loco"; version = "0.16.2"; version = "0.16.3"; src = fetchCrate { inherit pname version; hash = "sha256-yctOGUfKd1zaIArtHESYEr1q79ZrJqL7H6bvpAFrE+8="; hash = "sha256-DdrLABMiTutIhUHvUw29DYZIT+YHLNJjoTT5kWMeAkU="; }; cargoHash = "sha256-IdYicJ7ZIoVOQU91S8yIPYGeY+DaeAMztGOmriTGW38="; cargoHash = "sha256-01IQxfeOzxOHqRovmNV3q/ZSdESWi7Gb6F7o51Rbkw4="; #Skip trycmd integration tests checkFlags = [ "--skip=cli_tests" ]; Loading Loading
pkgs/by-name/lo/loco/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,14 +6,14 @@ }: rustPlatform.buildRustPackage rec { pname = "loco"; version = "0.16.2"; version = "0.16.3"; src = fetchCrate { inherit pname version; hash = "sha256-yctOGUfKd1zaIArtHESYEr1q79ZrJqL7H6bvpAFrE+8="; hash = "sha256-DdrLABMiTutIhUHvUw29DYZIT+YHLNJjoTT5kWMeAkU="; }; cargoHash = "sha256-IdYicJ7ZIoVOQU91S8yIPYGeY+DaeAMztGOmriTGW38="; cargoHash = "sha256-01IQxfeOzxOHqRovmNV3q/ZSdESWi7Gb6F7o51Rbkw4="; #Skip trycmd integration tests checkFlags = [ "--skip=cli_tests" ]; Loading