stellarium: 0.21.0 -> 0.21.1

ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.21.1
This commit is contained in:
Maximilian Bosch 2021-06-24 18:28:40 +02:00
parent 64f945278d
commit ea56e08d62
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.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-LOBWfKLtoFemiWBUVayIBG0DORvjI6h9kgaPH9hGmKY=";
sha256 = "sha256-dAdB57phD5phl8dQZIHtqtnA2LZqR+JoXTzIBtqBevA=";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];