stellarium: 23.1 -> 23.2

https://github.com/Stellarium/stellarium/releases/tag/v23.2
This commit is contained in:
kilianar 2023-07-03 14:04:41 +02:00
parent cd99c2b3c9
commit 24016b9633

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 ''