stellarium: 0.21.2 -> 0.21.3

ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.21.3
This commit is contained in:
Maximilian Bosch 2021-12-25 16:54:34 +01:00
parent d471a92e8d
commit 0b9df207a8
No known key found for this signature in database
GPG Key ID: 091DBF4D1FC46B8E

View File

@ -6,13 +6,13 @@
mkDerivation rec {
pname = "stellarium";
version = "0.21.2";
version = "0.21.3";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-bh00o++l3sqELX5kgRhiCcQOLVqvjEyEMcJTnnVPNU8=";
sha256 = "sha256-TQMLy5ziBF7YqPDzPwgjY5FHxxMUe7MXo/TGxQ1nGcg=";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];