meteo: 0.9.9.2 -> 0.9.9.3

This commit is contained in:
R. Ryantm 2024-02-02 12:11:17 +00:00 committed by Bobby Rong
parent 48c81e4615
commit 49978472c0

View File

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