meteo: 0.9.9.1 -> 0.9.9.2

This commit is contained in:
R. Ryantm 2023-07-24 15:43:00 +00:00 committed by Bobby Rong
parent d12b151101
commit dc70d2f61a

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "meteo";
version = "0.9.9.1";
version = "0.9.9.2";
src = fetchFromGitLab {
owner = "bitseater";
repo = pname;
rev = version;
sha256 = "sha256-kkUVTxh5svk61oDp/dpe3ILGyexYe3UaS+LgWsy+Z9s=";
sha256 = "sha256-9+FNpLjiX0zdsUnbBnNSLt/Ma/cqtclP25tl+faPlpU=";
};
nativeBuildInputs = [