stellarium: 0.19.0 -> 0.19.1

https://github.com/Stellarium/stellarium/releases/tag/v0.19.1
This commit is contained in:
Maximilian Bosch 2019-06-28 23:24:11 +02:00
parent 02d750348a
commit 1b019ba91d
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -6,13 +6,13 @@
mkDerivation rec {
name = "stellarium-${version}";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
sha256 = "1x9s9v9ann93nyqd8n8adwhx66xgq5vp0liyzl1h1ji6qk8jla3c";
sha256 = "0hf1wv2bb5j7ny2xh29mj9m4hjblhn02zylay8gl85w7xlqs7s5r";
};
nativeBuildInputs = [ cmake perl ];