Unverified Commit 527dec62 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

kanata-with-cmd: 1.8.0 -> 1.8.1 (#394764)

parents 4d8e942c d5b45a40
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,17 +12,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "kanata";
  version = "1.8.0";
  version = "1.8.1";

  src = fetchFromGitHub {
    owner = "jtroo";
    repo = "kanata";
    rev = "v${version}";
    sha256 = "sha256-RTFP063NGNfjlOlZ4wghpcUQEmmj73Xlu3KPIxeUI/I=";
    sha256 = "sha256-w/PeSqj51gJOWmAV5UPMprntdzinX/IL49D2ZUMfeSM=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-/r4u7pM7asCvG3LkbuP1Y63WVls1uZtV/L3cSOzUXr4=";
  cargoHash = "sha256-T9fZxv3aujYparzVphfYBJ+5ti/T1VkeCeCqWPyllY8=";

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
    apple-sdk_13