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

planus: 0.4.0 -> 1.0.0 (#346052)

parents 0d2ba6f4 cf291ffa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,15 +7,15 @@

rustPlatform.buildRustPackage rec {
  pname = "planus";
  version = "0.4.0";
  version = "1.0.0";

  src = fetchCrate {
    pname = "planus-cli";
    inherit version;
    hash = "sha256-KpX4KSA2MjfRS8M0WVYpY4hoSvOOB7MUz7YKZwEGqj8=";
    hash = "sha256-HbnuLu1yCpwouDVBH/vcFVLDMZWeqHH6qHFJoTbaS9Y=";
  };

  cargoHash = "sha256-yT/ZK5GG0rXpiaCQlQclK2iY8BXhhmiW/UDX9aL8wBQ=";
  cargoHash = "sha256-AJtQrImQlxnp1RbbOZHAJsvlhm39OlC5WyvD5jybMAY=";

  nativeBuildInputs = [
    installShellFiles