meteo: 0.9.6 -> 0.9.7

https://gitlab.com/bitseater/meteo/-/tags/0.9.7
This commit is contained in:
worldofpeace 2019-07-12 00:17:29 -04:00
parent 29da750e14
commit d4db17db19

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "meteo";
version = "0.9.6";
version = "0.9.7";
src = fetchFromGitLab {
owner = "bitseater";
repo = pname;
rev = version;
sha256 = "1786s5637hc3dnnkf5vr2ngfiq73dyvx8187gx7qkh7cr8xrl50w";
sha256 = "014x3mg2dc58h1qwy2nrz3a5mzdnbzish8zgn3x6lj6szfz5c72n";
};
nativeBuildInputs = [