stellarium: 23.4 -> 24.1

https://github.com/Stellarium/stellarium/releases/tag/v24.1
This commit is contained in:
kilianar 2024-03-26 15:59:02 +01:00
parent b776d8d98e
commit 47c36c508d
1 changed files with 2 additions and 2 deletions

View File

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