kweathercore: 0.6 -> 0.7

This commit is contained in:
K900 2023-10-26 02:31:38 +03:00
parent c8c3423a38
commit c8deed91c7

View file

@ -9,14 +9,14 @@
mkDerivation rec {
pname = "kweathercore";
version = "0.6";
version = "0.7";
src = fetchFromGitLab {
domain = "invent.kde.org";
owner = "libraries";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LIgUSXKHcRqcBwGTRxU5Z4eHuWmPLerorlrnI6Cf9k4=";
sha256 = "sha256-CnnoPkgz97SfDG13zfyIWweVnp2oxAChTPKFxJC+L8A=";
};
buildInputs = [