Merge pull request #322135 from kilianar/stellarium-24.2

stellarium: 24.1 -> 24.2
This commit is contained in:
Artturin 2024-06-28 16:14:50 +03:00 committed by GitHub
commit 62f1a10760
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,13 +24,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "stellarium";
version = "24.1";
version = "24.2";
src = fetchFromGitHub {
owner = "Stellarium";
repo = "stellarium";
rev = "v${finalAttrs.version}";
hash = "sha256-t3eFmiG9X2cmnjc/PQwZ2bw1SCHaNRA83wiT1cPbKJc=";
hash = "sha256-tqyLwlf8hugixZSsFCZPTtchO3VXk3m/nX1kuDoLOAY=";
};
patches = [