Unverified Commit 9ce0d933 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

hyprwhspr-rs: 0.3.23 -> 0.3.24 (#510702)

parents 6be2538b 36d29c06
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "hyprwhspr-rs";
  version = "0.3.23";
  version = "0.3.24";

  src = fetchFromGitHub {
    owner = "better-slop";
    repo = "hyprwhspr-rs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-O4mb7pIdhu6D9zJNm/1MKh3YO7WIGYtHM4IAPRFLDSY=";
    hash = "sha256-tnscv2DYRS6BrFgshEg/X37Yh7yIBKAtUkDemg0RqgU=";
  };

  cargoHash = "sha256-f1aXLMzAzdUhQw6eK0wuWO19HAg2iJgo+Im9Oto+VO4=";
  cargoHash = "sha256-C7gn0XJRfYaoswSJcnLNQZvYY7lxLrvKp5fUSIsZ0BY=";

  nativeBuildInputs = [
    pkg-config