Merge pull request #251907 from r-ryantm/auto-update/kstars

kstars: 3.6.4 -> 3.6.6
This commit is contained in:
Weijia Wang 2023-08-29 23:00:59 +02:00 committed by GitHub
commit 35055b7107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kstars";
version = "3.6.4";
version = "3.6.6";
src = fetchurl {
url = "mirror://kde/stable/kstars/kstars-${version}.tar.xz";
sha256 = "sha256-9MJqJVgSZVBzlLv08Z6i8yO4YV1exsD5+yLJjqIGD20=";
sha256 = "sha256-Z4PatRvtIJBoeRDJJYkkBTOB/R+R7nGdDT38bfAShJQ=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];