lol
fork

Configure Feed

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

Merge pull request #111943 from r-ryantm/auto-update/kdevelop

authored by

Artturi and committed by
GitHub
0d27724e d50a16f4

+2 -2
+2 -2
pkgs/applications/editors/kdevelop5/kdevelop.nix
··· 10 10 11 11 mkDerivation rec { 12 12 pname = "kdevelop"; 13 - version = "5.6.1"; 13 + version = "5.6.2"; 14 14 15 15 src = fetchurl { 16 16 url = "mirror://kde/stable/${pname}/${version}/src/${pname}-${version}.tar.xz"; 17 - sha256 = "02ip5r67hjfpywkm3mz86n6wbqcr7996ifzfd2fyzsvm4998hi4y"; 17 + sha256 = "sha256-D4a8P+U/dhwePj91RFd6DEFDO+i/8xDPLnKfdvQ2O/Y="; 18 18 }; 19 19 20 20 nativeBuildInputs = [