Merge pull request #265912 from figsoda/kbt

kbt: 1.2.3 -> 2.0.6

authored by Nick Cao and committed by GitHub b3ba49f8 fb6f8dba

+3 -3
+3 -3
pkgs/applications/misc/kbt/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "kbt"; 12 - version = "1.2.3"; 12 + version = "2.0.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "bloznelis"; 16 16 repo = "kbt"; 17 17 rev = version; 18 - hash = "sha256-AhMl8UuSVKLiIj+EnnmJX8iURjytLByDRLqDkgHGBr0="; 18 + hash = "sha256-G5/Sb/suTUkpR6OGlOawLVGLTthcrp78Y+5mxlndfA4="; 19 19 }; 20 20 21 - cargoHash = "sha256-pgdI+BoYrdSdQpVN0pH4QMcNAKbjbnrUbAmMpmtfd2s="; 21 + cargoHash = "sha256-7P93mttZ9W76lpGPKN33cgr4nEaHRlDQWov+TUbDHkM="; 22 22 23 23 nativeBuildInputs = lib.optionals stdenv.isLinux [ 24 24 pkg-config