kdePackages.plasma-wayland-protocols: 1.17.0 -> 1.18.0

This commit is contained in:
R. Ryantm 2025-05-21 13:00:42 +00:00 committed by Weijia Wang
parent f84f76e9f2
commit a6131a419d

View File

@ -8,11 +8,11 @@
mkDerivation rec {
pname = "plasma-wayland-protocols";
version = "1.17.0";
version = "1.18.0";
src = fetchurl {
url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz";
hash = "sha256-y9RLRA5rfMdrZQ2pOocIl+WpSt94grGf34/iItT3Sk8=";
hash = "sha256-JWdHJnGtXZifiLUbrvndWTU6Xnw/LtfmuYl1XLkAQjM=";
};
nativeBuildInputs = [ extra-cmake-modules ];