Unverified Commit a111c8ee authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

stellarium: 25.2 -> 25.3 (#448016)

parents d57545c2 d851a18a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,13 +28,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "stellarium";
  version = "25.2";
  version = "25.3";

  src = fetchFromGitHub {
    owner = "Stellarium";
    repo = "stellarium";
    rev = "v${finalAttrs.version}";
    hash = "sha256-2QK9dHflCdmDrRXEHCBpuJR73jsMz9D9lJNa1pbfrTs=";
    hash = "sha256-9uQ6u1+dSszmKG8eY6kSXhqsCPRGw6tulCTCrLByIxc=";
  };

  postPatch = lib.optionalString stdenv.hostPlatform.isDarwin ''