Unverified Commit c196ad4d authored by Nick Cao's avatar Nick Cao
Browse files
parent 4c8ca604
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];