wl-clip-persist: 0.4.3 -> 0.5.0 (#445581)

authored by Yohann Boniface and committed by GitHub 4dea8c29 90f18356

+3 -3
+3 -3
pkgs/by-name/wl/wl-clip-persist/package.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "wl-clip-persist"; 12 - version = "0.4.3"; 13 14 src = fetchFromGitHub { 15 owner = "Linus789"; 16 repo = "wl-clip-persist"; 17 rev = "v${version}"; 18 - hash = "sha256-dFhHsBazBHVWgPxoRDNwh8Yctt4w64E0RyFaHEC4mvk="; 19 }; 20 21 - cargoHash = "sha256-x2kNWFfHgzoSSD75Cp3noiq61zlBnmz9twwTAlBBL9w="; 22 23 nativeBuildInputs = [ pkg-config ]; 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "wl-clip-persist"; 12 + version = "0.5.0"; 13 14 src = fetchFromGitHub { 15 owner = "Linus789"; 16 repo = "wl-clip-persist"; 17 rev = "v${version}"; 18 + hash = "sha256-MEH8ADsFst/CgTc9QW4x0dBXJ5ssQDVa55qPcsALJRg="; 19 }; 20 21 + cargoHash = "sha256-iQI5Z/gk+EFNQNma+T2/y77F8M+kPuSS2QKO6QV9dm4="; 22 23 nativeBuildInputs = [ pkg-config ]; 24