stellarium: 0.22.0 -> 0.22.1

ChangeLog: https://github.com/Stellarium/stellarium/releases/tag/v0.22.1
This commit is contained in:
Maximilian Bosch 2022-04-23 23:46:33 +02:00
parent 2c19b57c6d
commit 7c2fd0ae5d
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.22.0";
version = "0.22.1";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "sha256-scG/SS9emEmrZunv6n3Vzcchoh0Cf9rDOkuxAMnxNk4=";
sha256 = "sha256-zDYZBV/76BDWWfiug0fFvMe3pdE4xfKgSmVJJd3Qu9Y=";
};
nativeBuildInputs = [ cmake perl wrapQtAppsHook ];