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

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 = [