Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

kweathercore: 0.6 -> 0.7

K900 c8deed91 c8c3423a

+2 -2
+2 -2
pkgs/development/libraries/kweathercore/default.nix
··· 9 10 mkDerivation rec { 11 pname = "kweathercore"; 12 - version = "0.6"; 13 14 src = fetchFromGitLab { 15 domain = "invent.kde.org"; 16 owner = "libraries"; 17 repo = pname; 18 rev = "v${version}"; 19 - sha256 = "sha256-LIgUSXKHcRqcBwGTRxU5Z4eHuWmPLerorlrnI6Cf9k4="; 20 }; 21 22 buildInputs = [
··· 9 10 mkDerivation rec { 11 pname = "kweathercore"; 12 + version = "0.7"; 13 14 src = fetchFromGitLab { 15 domain = "invent.kde.org"; 16 owner = "libraries"; 17 repo = pname; 18 rev = "v${version}"; 19 + sha256 = "sha256-CnnoPkgz97SfDG13zfyIWweVnp2oxAChTPKFxJC+L8A="; 20 }; 21 22 buildInputs = [