calcmysky: 0.3.4 -> 0.3.5

This commit is contained in:
R. Ryantm 2025-06-22 07:51:33 +00:00
parent 1c65fbc182
commit c76de19c83

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "calcmysky";
version = "0.3.4";
version = "0.3.5";
src = fetchFromGitHub {
owner = "10110111";
repo = "CalcMySky";
tag = "v${version}";
hash = "sha256-r0F70ouRvUGRo7Zc7BOTe9ujRA5FN+1BdFPDtwIPly4=";
hash = "sha256-++011c4/IFf/5GKmFostTnxgfEdw3/GJf0e5frscCQ4=";
};
nativeBuildInputs = [