Unverified Commit 98f3b08f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #223453 from kilianar/stellarium-23.1

stellarium: 1.2 -> 23.1
parents 5537a813 d19f5ded
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation rec {
  pname = "calcmysky";
  version = "0.2.1";
  version = "unstable-2023-02-11";

  src = fetchFromGitHub {
    owner = "10110111";
    repo = "CalcMySky";
    rev = "v${version}";
    hash = "sha256-7Yj6OlZ7weenekXYGhK5EWcME20oCHiLPOxz5KEuKy4=";
    rev = "c5f281452816d8de775b13a70fb90e79427c93c4";
    hash = "sha256-mzxtu6YTaZpR17m2WGiSDo/bAPXGJdQskyz7aqtxGoQ=";
  };

  nativeBuildInputs = [ cmake wrapQtAppsHook ];
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

stdenv.mkDerivation rec {
  pname = "stellarium";
  version = "1.2";
  version = "23.1";

  src = fetchFromGitHub {
    owner = "Stellarium";
    repo = "stellarium";
    rev = "v${version}";
    sha256 = "sha256-0/ZSe6QfM2zVsqcbyqefl9hiuex72KPxJvVMRNCnpZg=";
    hash = "sha256-7jzS3pRklPsCTgCr3nrywfHCNlBDHuyuGGvrVoI9+A0=";
  };

  nativeBuildInputs = [