stellarium: 25.3 -> 25.4

https://github.com/Stellarium/stellarium/releases/tag/v25.4
This commit is contained in:
kilianar
2025-12-30 10:19:46 +01:00
parent b3f7af21cb
commit e95eb37248
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stellarium";
version = "25.3";
version = "25.4";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${finalAttrs.version}";
hash = "sha256-9uQ6u1+dSszmKG8eY6kSXhqsCPRGw6tulCTCrLByIxc=";
hash = "sha256-DA4VuVTVGTTzZA9ml+sh6R2qUU+QhHD9k1qOb8C5sSA=";
};
patches = [