nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

kddockwidgets: 1.6.0 -> 1.7.0

+2 -2
+2 -2
pkgs/development/libraries/kddockwidgets/default.nix
··· 8 8 9 9 mkDerivation rec { 10 10 pname = "KDDockWidgets"; 11 - version = "1.6.0"; 11 + version = "1.7.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "KDAB"; 15 15 repo = pname; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-rAv0P7tRcgCTB/ZM93wKF8oRZc7KqPyoDcnRn5Rel/k="; 17 + sha256 = "sha256-k5Hn9kxq1+tH5kV/ZeD4xzQLDgcY4ACC+guP7YJD4C8="; 18 18 }; 19 19 20 20 nativeBuildInputs = [ cmake ];