Merge pull request #223083 from r-ryantm/auto-update/weather

weather: 2.4.2 -> 2.4.4

authored by

Ilan Joselevich and committed by
GitHub
2810a07a 0ac8de3b

+2 -2
+2 -2
pkgs/applications/misc/weather/default.nix
··· 1 { lib, stdenv, fetchurl, python3, installShellFiles }: 2 3 stdenv.mkDerivation rec { 4 - version = "2.4.2"; 5 pname = "weather"; 6 7 src = fetchurl { 8 url = "http://fungi.yuggoth.org/weather/src/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-qJl5rFDk31Fm+tmR6+Iiihcx6qyd9alHz2L672pNJsc="; 10 }; 11 12 nativeBuildInputs = [
··· 1 { lib, stdenv, fetchurl, python3, installShellFiles }: 2 3 stdenv.mkDerivation rec { 4 + version = "2.4.4"; 5 pname = "weather"; 6 7 src = fetchurl { 8 url = "http://fungi.yuggoth.org/weather/src/${pname}-${version}.tar.xz"; 9 + sha256 = "sha256-uBwcntmLmIAztbIOHEDx0Y0/kcoJqAHqBOM2yBiRHrU="; 10 }; 11 12 nativeBuildInputs = [