about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-20 05:29:03 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-21 08:36:21 -0500
commit9ba0dea2e2b585de503a0a53e929e0600db7c072 (patch)
treef8ba34b463bee339994ae184e148036096571772 /pkgs
parentbad2bed08cee65124a6f6cee1667355bc00d9283 (diff)
downloadnixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.tar
nixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.tar.gz
nixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.tar.bz2
nixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.tar.lz
nixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.tar.xz
nixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.tar.zst
nixlib-9ba0dea2e2b585de503a0a53e929e0600db7c072.zip
meteo: 0.9.7 -> 0.9.8
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 5fe52d5f33db..64fef08ceefd 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "meteo";
-  version = "0.9.7";
+  version = "0.9.8";
 
   src = fetchFromGitLab {
     owner = "bitseater";
     repo = pname;
     rev = version;
-    sha256 = "014x3mg2dc58h1qwy2nrz3a5mzdnbzish8zgn3x6lj6szfz5c72n";
+    sha256 = "1ll5fja0dqxcr6hrh2dk4hgw9gf8ms9bcp1ifznd21byxzyhdlr0";
   };
 
   nativeBuildInputs = [
@@ -40,9 +40,9 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Know the forecast of the next hours & days";
-    homepage    = https://gitlab.com/bitseater/meteo;
-    license     = licenses.gpl3Plus;
+    homepage = https://gitlab.com/bitseater/meteo;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ worldofpeace ];
-    platforms   = platforms.linux;
+    platforms = platforms.linux;
   };
 }