Unverified Commit 17c3d693 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

loco: 0.16.2 -> 0.16.3 (#454059)

parents 5ea5b036 86876020
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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" ];