meteo: 0.9.7 -> 0.9.8

This commit is contained in:
worldofpeace 2019-11-20 05:29:03 -05:00
parent bad2bed08c
commit 9ba0dea2e2
1 changed files with 5 additions and 5 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "meteo"; pname = "meteo";
version = "0.9.7"; version = "0.9.8";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "bitseater"; owner = "bitseater";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "014x3mg2dc58h1qwy2nrz3a5mzdnbzish8zgn3x6lj6szfz5c72n"; sha256 = "1ll5fja0dqxcr6hrh2dk4hgw9gf8ms9bcp1ifznd21byxzyhdlr0";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -40,9 +40,9 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Know the forecast of the next hours & days"; description = "Know the forecast of the next hours & days";
homepage = https://gitlab.com/bitseater/meteo; homepage = https://gitlab.com/bitseater/meteo;
license = licenses.gpl3Plus; license = licenses.gpl3Plus;
maintainers = with maintainers; [ worldofpeace ]; maintainers = with maintainers; [ worldofpeace ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }