about summary refs log tree commit diff
path: root/pkgs/applications/networking/weather
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-02 12:11:17 +0000
committerBobby Rong <rjl931189261@126.com>2024-02-02 22:56:51 +0800
commit49978472c0338c6cb8bc502d53bd6cf598a179cd (patch)
tree3c265dda01eb124ae1d3d955697e33ad41ffd5ba /pkgs/applications/networking/weather
parent48c81e4615ea4c451c414028434660f014d50b56 (diff)
meteo: 0.9.9.2 -> 0.9.9.3
Diffstat (limited to 'pkgs/applications/networking/weather')
-rw-r--r--pkgs/applications/networking/weather/meteo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/weather/meteo/default.nix b/pkgs/applications/networking/weather/meteo/default.nix
index 45da18f8f7bed..9b64e8e6c1cb7 100644
--- a/pkgs/applications/networking/weather/meteo/default.nix
+++ b/pkgs/applications/networking/weather/meteo/default.nix
@@ -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 = [