Merge pull request #241272 from kilianar/stellarium-23.2

stellarium: 23.1 -> 23.2
This commit is contained in:
Nick Cao 2023-07-04 10:34:33 +08:00 committed by GitHub
commit b44297facb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "stellarium";
version = "23.1";
version = "23.2";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${version}";
hash = "sha256-7jzS3pRklPsCTgCr3nrywfHCNlBDHuyuGGvrVoI9+A0=";
hash = "sha256-8Iheb/9wjf0u10ZQRkLMLNN2s7P++Fqcr26iatiKcTo=";
};
postPatch = lib.optionalString stdenv.isDarwin ''