Merge pull request #299214 from kilianar/stellarium-24.1

stellarium: 23.4 -> 24.1
This commit is contained in:
Mario Rodas 2024-04-19 22:05:15 -05:00 committed by GitHub
commit ebdd21f207
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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