plasma-wayland-protocols: 1.3.0 -> 1.4.0

Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
This commit is contained in:
Yaroslav Bolyukin 2021-09-27 22:52:01 +03:00
parent e9ce273757
commit 3cca04ad91
No known key found for this signature in database
GPG Key ID: 40B5D6948143175F

View File

@ -1,15 +1,17 @@
{ mkDerivation, fetchurl, lib
{ mkDerivation
, fetchurl
, lib
, extra-cmake-modules
, qtbase
}:
mkDerivation rec {
pname = "plasma-wayland-protocols";
version = "1.3.0";
version = "1.4.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
sha256 = "sha256-DaojYvLg0V954OAG6NfxkI6I43tcUgi0DJyw1NbcqbU=";
sha256 = "sha256-OLBDHZMagzk3cKu4KUIGk2tjuJzu4/DGPw8Ibz0rG6k=";
};
nativeBuildInputs = [ extra-cmake-modules ];