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

clipcat: 0.21.0 -> 0.21.1 (#444059)

parents b1b57fe9 1f18f1bb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
  pname = "clipcat";
  version = "0.21.0";
  version = "0.21.1";

  src = fetchFromGitHub {
    owner = "xrelkd";
    repo = "clipcat";
    tag = "v${version}";
    hash = "sha256-CIqV5V7NN2zsqBwheJrcBnOTOBEncIwqqXdsZ9DLAog=";
    hash = "sha256-MYWkUb9v8hnW6gUTpIcz0+jhlc8y3hZxsEQxRIZVVxI=";
  };

  cargoHash = "sha256-UA+NTtZ2qffUPUmvCidnTHwFzD3WOPTlxHR2e2vKwPQ=";
  cargoHash = "sha256-7ntsq6x/8QFaU6Hl4tk+Rtvc8ttcK9Mp00nlirNlUKY=";

  patches = [
    # Fix compilation errors caused by stricter restrictions on unused code in Rust 1.89.