lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

libwnck: 43.2 -> 43.3

R. Ryantm 1c02588f 610eccad

+2 -2
+2 -2
pkgs/development/libraries/libwnck/default.nix
··· 24 24 25 25 stdenv.mkDerivation rec { 26 26 pname = "libwnck"; 27 - version = "43.2"; 27 + version = "43.3"; 28 28 29 29 outputs = [ 30 30 "out" ··· 35 35 36 36 src = fetchurl { 37 37 url = "mirror://gnome/sources/libwnck/${lib.versions.major version}/libwnck-${version}.tar.xz"; 38 - sha256 = "VadETsH7uVwIbUCWc4jyMbXAu8jP+qCGv5KQrkSeUdU="; 38 + sha256 = "avisQajwZ63h08qu0lSoNCO19hrT96Rg/Ky6wuGSvfc="; 39 39 }; 40 40 41 41 nativeBuildInputs = [