Unverified Commit e62a9364 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #309737 from r-ryantm/auto-update/wl-clip-persist

wl-clip-persist: 0.4.1 -> 0.4.3
parents a04bcef9 b14ef356
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

rustPlatform.buildRustPackage rec {
  pname = "wl-clip-persist";
  version = "0.4.1";
  version = "0.4.3";

  src = fetchFromGitHub {
    owner = "Linus789";
    repo = "wl-clip-persist";
    rev = "v${version}";
    hash = "sha256-gUi4Htui7IwldeK30C7SGTNc+0VHuzDZfJdaL8FmkGs=";
    hash = "sha256-dFhHsBazBHVWgPxoRDNwh8Yctt4w64E0RyFaHEC4mvk=";
  };

  cargoHash = "sha256-Kt/XTcwclZENtw4vw2BntndqxvojEizCc2Oa0w+c1D0=";
  cargoHash = "sha256-rhXVjXhRPCjt7ur7fQviGFXVtQneuFKWZcDNkhM9tkY=";

  nativeBuildInputs = [ pkg-config ];