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

authored by

R. Ryantm and committed by
Weijia Wang
a6131a41 f84f76e9

+2 -2
+2 -2
pkgs/development/libraries/plasma-wayland-protocols/default.nix
··· 8 8 9 9 mkDerivation rec { 10 10 pname = "plasma-wayland-protocols"; 11 - version = "1.17.0"; 11 + version = "1.18.0"; 12 12 13 13 src = fetchurl { 14 14 url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz"; 15 - hash = "sha256-y9RLRA5rfMdrZQ2pOocIl+WpSt94grGf34/iItT3Sk8="; 15 + hash = "sha256-JWdHJnGtXZifiLUbrvndWTU6Xnw/LtfmuYl1XLkAQjM="; 16 16 }; 17 17 18 18 nativeBuildInputs = [ extra-cmake-modules ];