Merge pull request #63905 from Ma27/bump-stellarium

stellarium: 0.19.0 -> 0.19.1
This commit is contained in:
worldofpeace 2019-06-28 18:15:05 -04:00 committed by GitHub
commit db22815fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];