calcmysky: 0.3.0 -> 0.3.1

Diff: https://github.com/10110111/CalcMySky/compare/refs/tags/v0.3.0...v0.3.1
This commit is contained in:
Nick Cao 2023-06-16 21:11:04 +08:00
parent 4c8ca604ae
commit c196ad4df9
No known key found for this signature in database

View File

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