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

Merge pull request #265912 from figsoda/kbt

kbt: 1.2.3 -> 2.0.6
parents fb6f8dba bf61ad02
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "kbt";
  version = "1.2.3";
  version = "2.0.6";

  src = fetchFromGitHub {
    owner = "bloznelis";
    repo = "kbt";
    rev = version;
    hash = "sha256-AhMl8UuSVKLiIj+EnnmJX8iURjytLByDRLqDkgHGBr0=";
    hash = "sha256-G5/Sb/suTUkpR6OGlOawLVGLTthcrp78Y+5mxlndfA4=";
  };

  cargoHash = "sha256-pgdI+BoYrdSdQpVN0pH4QMcNAKbjbnrUbAmMpmtfd2s=";
  cargoHash = "sha256-7P93mttZ9W76lpGPKN33cgr4nEaHRlDQWov+TUbDHkM=";

  nativeBuildInputs = lib.optionals stdenv.isLinux [
    pkg-config