Unverified Commit 2b1992d9 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tabiew: 0.8.1 -> 0.8.2 (#381159)

parents b9c01f18 cb9bcda3
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.8.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "shshemi";
    repo = "tabiew";
    rev = "v${version}";
    hash = "sha256-Q/GX3kcGx83h0XFlG0r2RGpoh63ijnaM4mp/ewrf920=";
    hash = "sha256-bYmHFH39DYtv7AbKTteiAiRyzTJXzBHmQ/Mu/oEQ3fI=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-rViJDF0cC8j8OVGNCxf6C1xpA8GXrt2UZvnkOuEJEmA=";
  cargoHash = "sha256-JECqyR+ONiotJhKv3AJv1JfFtP2XBECqmvXTc1kNL20=";

  nativeBuildInputs = [ installShellFiles ];