kstars: 3.6.6 -> 3.6.7

This commit is contained in:
R. Ryantm 2023-10-10 15:13:46 +00:00
parent 98156cb838
commit 6f3c4aa963

View file

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