Unverified Commit 5da79b8b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

tabiew: 0.11.0 -> 0.11.1 (#442533)

parents c48249e0 7b3b69d2
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
@@ -3,21 +3,25 @@
  fetchFromGitHub,
  rustPlatform,
  installShellFiles,
  perl,
}:
rustPlatform.buildRustPackage rec {
  pname = "tabiew";
  version = "0.11.0";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "shshemi";
    repo = "tabiew";
    tag = "v${version}";
    hash = "sha256-ilZOXV9P3i2Gzcop9PRCHznorEdGMje097d9my0JVeU=";
    hash = "sha256-RvbHXnDaoqMHjA9u9kFs5MB6xeQG/E35PEu+1LIXIBU=";
  };

  cargoHash = "sha256-TYOsE0v2m0lTTK/+S82URDk4+ywu2nzzTQAi9pdBu2U=";
  cargoHash = "sha256-F+5Iy8eY5s+EfMqx4z4mh0SVoBwwnbM33c3yE7FUy4g=";

  nativeBuildInputs = [ installShellFiles ];
  nativeBuildInputs = [
    installShellFiles
    perl
  ];

  outputs = [
    "out"