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

tabiew: 0.9.4 -> 0.10.0 (#419070)

parents 64e80196 87645a41
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "tabiew";
  version = "0.9.4";
  version = "0.10.0";

  src = fetchFromGitHub {
    owner = "shshemi";
    repo = "tabiew";
    tag = "v${version}";
    hash = "sha256-5zeYqSWM/EbwjX7nHqMhERivk0gVra0QntYNh1dIp5Y=";
    hash = "sha256-d9tMqZ5pbFK+AuSh3L5NxeRAn8KgvVmTEQaJ02E3pSg=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-Yic8maNIjo4Kg6nZ29dtN2PougtOa2WCMMMUiIt9iEs=";
  cargoHash = "sha256-SnFVIL3VQO1xjVygepZEvWgNX1vBTbDL0YxKUvHizu0=";

  nativeBuildInputs = [ installShellFiles ];