From 48236dbe30b6eef18807f0dfe6cbb06cb9eb26db Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 20 May 2024 03:07:37 +0000 Subject: weather: 2.4.4 -> 2.5.0 --- pkgs/applications/misc/weather/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/weather/default.nix b/pkgs/applications/misc/weather/default.nix index b17bca38d6e9d..6f2d2045dd29f 100644 --- a/pkgs/applications/misc/weather/default.nix +++ b/pkgs/applications/misc/weather/default.nix @@ -1,12 +1,12 @@ { lib, stdenv, fetchurl, python3, installShellFiles }: stdenv.mkDerivation rec { - version = "2.4.4"; + version = "2.5.0"; pname = "weather"; src = fetchurl { url = "http://fungi.yuggoth.org/weather/src/${pname}-${version}.tar.xz"; - sha256 = "sha256-uBwcntmLmIAztbIOHEDx0Y0/kcoJqAHqBOM2yBiRHrU="; + sha256 = "sha256-wn3cpgfrlqntMIiVFh4317DrbGgQ4YRnFz3KHXacTw4="; }; nativeBuildInputs = [ -- cgit 1.4.1