wl-clip-persist: 0.4.3 -> 0.5.0
Changelog: https://github.com/Linus789/wl-clip-persist/releases/tag/v0.5.0 Diff: https://github.com/Linus789/wl-clip-persist/compare/v0.4.3...v0.5.0
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "wl-clip-persist";
|
||||
version = "0.4.3";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Linus789";
|
||||
repo = "wl-clip-persist";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-dFhHsBazBHVWgPxoRDNwh8Yctt4w64E0RyFaHEC4mvk=";
|
||||
hash = "sha256-MEH8ADsFst/CgTc9QW4x0dBXJ5ssQDVa55qPcsALJRg=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-x2kNWFfHgzoSSD75Cp3noiq61zlBnmz9twwTAlBBL9w=";
|
||||
cargoHash = "sha256-iQI5Z/gk+EFNQNma+T2/y77F8M+kPuSS2QKO6QV9dm4=";
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user