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

This commit is contained in:
Ben Siraphob 2022-08-02 20:29:26 -07:00 committed by GitHub
commit e05c784516
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.5.9";
version = "3.6.0";
src = fetchurl {
url = "mirror://kde/stable/kstars/kstars-${version}.tar.xz";
sha256 = "sha256-SO8W1juP+MkXvXyNCP45AauYTbDrurAUtw4Gp4AA6X4=";
sha256 = "sha256-wdv2TOOPIB3VRG3XMs58i/HvMDZ9wvERAhBQNslJ25E=";
};
nativeBuildInputs = [ extra-cmake-modules kdoctools ];