3
0
Fork 0
forked from mirrors/nixpkgs

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

weather: 2.4.1 -> 2.4.2
This commit is contained in:
Bobby Rong 2021-12-23 10:46:46 +08:00 committed by GitHub
commit 569b163e45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,12 @@
{ lib, stdenv, fetchurl, pythonPackages, installShellFiles }:
stdenv.mkDerivation rec {
version = "2.4.1";
version = "2.4.2";
pname = "weather";
src = fetchurl {
url = "http://fungi.yuggoth.org/weather/src/${pname}-${version}.tar.xz";
sha256 = "0nf680dl7a2vlgavdhj6ljq8a7lkhvr6zghkpzad53vmilxsndys";
sha256 = "sha256-qJl5rFDk31Fm+tmR6+Iiihcx6qyd9alHz2L672pNJsc=";
};
nativeBuildInputs = [