Skip to content

Commit

Permalink
Merge pull request NixOS#226546 from returntoreality/kstars-update
Browse files Browse the repository at this point in the history
kstars: 3.6.3 -> 3.6.4
  • Loading branch information
NickCao authored Apr 17, 2023
2 parents 563741a + e7997ec commit e94b620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/astronomy/kstars/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

mkDerivation rec {
pname = "kstars";
version = "3.6.3";
version = "3.6.4";

src = fetchurl {
url = "mirror://kde/stable/kstars/kstars-${version}.tar.xz";
sha256 = "sha256-sve9q4iM/Y8+K64Ceby/KGx5Un5G0o5cCnIxJkXTgug=";
sha256 = "sha256-9MJqJVgSZVBzlLv08Z6i8yO4YV1exsD5+yLJjqIGD20=";
};

nativeBuildInputs = [ extra-cmake-modules kdoctools ];
Expand Down

0 comments on commit e94b620

Please sign in to comment.