kstars: 3.6.1 -> 3.6.3

This commit is contained in:
R. Ryantm 2023-02-04 13:45:15 +00:00
parent 199753fafc
commit d2ecc23ec2

View File

@ -14,11 +14,11 @@
mkDerivation rec {
pname = "kstars";
version = "3.6.1";
version = "3.6.3";
src = fetchurl {
url = "mirror://kde/stable/kstars/kstars-${version}.tar.xz";
sha256 = "sha256-WWbtfqvGd13+a41z8/MjlchllpuhLX08nu15OlYUeuI=";
sha256 = "sha256-sve9q4iM/Y8+K64Ceby/KGx5Un5G0o5cCnIxJkXTgug=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];