2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-15 13:18:00 +00:00

calcmysky: unstable-2023-02-11 -> 0.3.0

Diff: c5f2814528...v0.3.0
This commit is contained in:
Nick Cao 2023-03-29 19:26:46 +08:00
parent 8ecd945f07
commit 2f73fede2a
No known key found for this signature in database

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "calcmysky";
version = "unstable-2023-02-11";
version = "0.3.0";
src = fetchFromGitHub {
owner = "10110111";
repo = "CalcMySky";
rev = "c5f281452816d8de775b13a70fb90e79427c93c4";
hash = "sha256-mzxtu6YTaZpR17m2WGiSDo/bAPXGJdQskyz7aqtxGoQ=";
rev = "refs/tags/v${version}";
hash = "sha256-QVKyPyod0pxoFge/GAcle9AWXPCLR/seBVWRfs9I9tE=";
};
nativeBuildInputs = [ cmake wrapQtAppsHook ];