plasma-wayland-protocols: 1.11.1 -> 1.12.0

This commit is contained in:
K900 2023-12-07 13:45:35 +03:00
parent f431d7ddab
commit 1a1ab80644

View File

@ -7,11 +7,11 @@
mkDerivation rec {
pname = "plasma-wayland-protocols";
version = "1.11.1";
version = "1.12.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-RRqokEMc7lBm+pO/jANkChi1WVYhoYo1sfd3r9UBhs0=";
hash = "sha256-FIO/0nnLkTyDV5tdccWPmVh2T5ukMDs2R+EAfLcNT54=";
};
nativeBuildInputs = [ extra-cmake-modules ];