lol

plasma5Packages.plasma-wayland-protocols: 1.8.0 -> 1.9.0

authored by

K900 and committed by
Vladimír Čunát
28555454 697a72e8

+2 -2
+2 -2
pkgs/development/libraries/plasma-wayland-protocols/default.nix
··· 7 7 8 8 mkDerivation rec { 9 9 pname = "plasma-wayland-protocols"; 10 - version = "1.8.0"; 10 + version = "1.9.0"; 11 11 12 12 src = fetchurl { 13 13 url = "mirror://kde/stable/${pname}/${pname}-${version}.tar.xz"; 14 - sha256 = "sha256-XQ+gyaC0SAAeCEJSQfI1/PuiW7xizkPAUK0dgI1X3Xo="; 14 + sha256 = "sha256-pCdbmoVHFvpe2cK6LWl98rB0n8RaKK2WXmjQqjbF1Mg="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ extra-cmake-modules ];