stellarium: 24.1 -> 24.2

https://github.com/Stellarium/stellarium/releases/tag/v24.2
This commit is contained in:
kilianar 2024-06-24 10:42:36 +02:00
parent 1181530930
commit 16bd506b5c

View File

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