kanata-with-cmd: 1.8.1 -> 1.9.0 (#419275)

authored by Nick Cao and committed by GitHub cbcf6353 a0d30977

+3 -3
+3 -3
pkgs/by-name/ka/kanata/package.nix
··· 12 }: 13 rustPlatform.buildRustPackage rec { 14 pname = "kanata"; 15 - version = "1.8.1"; 16 17 src = fetchFromGitHub { 18 owner = "jtroo"; 19 repo = "kanata"; 20 rev = "v${version}"; 21 - sha256 = "sha256-w/PeSqj51gJOWmAV5UPMprntdzinX/IL49D2ZUMfeSM="; 22 }; 23 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-T9fZxv3aujYparzVphfYBJ+5ti/T1VkeCeCqWPyllY8="; 26 27 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 28 apple-sdk_13
··· 12 }: 13 rustPlatform.buildRustPackage rec { 14 pname = "kanata"; 15 + version = "1.9.0"; 16 17 src = fetchFromGitHub { 18 owner = "jtroo"; 19 repo = "kanata"; 20 rev = "v${version}"; 21 + sha256 = "sha256-xxAIwiwCQugDXpWga9bQ9ZGfem46rwDlmf64dX/tw7g="; 22 }; 23 24 useFetchCargoVendor = true; 25 + cargoHash = "sha256-LfjuQHR3vVUr2e0efVymnfCnyYkFRx7ZiNdSIjBZc5s="; 26 27 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ 28 apple-sdk_13