Skip to content

Commit

Permalink
calcmysky: 0.2.1 -> unstable-203-02-11
Browse files Browse the repository at this point in the history
  • Loading branch information
kilianar committed Mar 27, 2023
1 parent 80bbc6e commit 733e7c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/astronomy/calcmysky/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 733e7c5

Please sign in to comment.