wthrr: 1.1.1 -> 1.2.0

This commit is contained in:
R. Ryantm 2024-06-14 03:18:57 +00:00 committed by Weijia Wang
parent 819933b50d
commit 6e3bb229a2

View File

@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "wthrr"; pname = "wthrr";
version = "1.1.1"; version = "1.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "tobealive"; owner = "ttytm";
repo = "wthrr-the-weathercrab"; repo = "wthrr-the-weathercrab";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-djrPBmXnUC8d6lWuiHyYY2so8/5RHLFYDu6xoHn6GRg="; hash = "sha256-3bWO2Gl8/B2p4k/6QhlT46RvyMJJs7WkVcX35vWN2Fk=";
}; };
cargoHash = "sha256-PGbkGoWcFlTKpnrvMzrHvjFLIuohqEhVg4DYhAZOpkw="; cargoHash = "sha256-8Uy+8UpCQyLaLsulpgC1w2XI9aqj2P5ebBlXqpuDIc4=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config
@ -39,8 +39,8 @@ rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "Weather companion for the terminal"; description = "Weather companion for the terminal";
homepage = "https://github.com/tobealive/wthrr-the-weathercrab"; homepage = "https://github.com/ttytm/wthrr-the-weathercrab";
changelog = "https://github.com/tobealive/wthrr-the-weathercrab/releases/tag/${src.rev}"; changelog = "https://github.com/ttytm/wthrr-the-weathercrab/releases/tag/${src.rev}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ figsoda ]; maintainers = with maintainers; [ figsoda ];
mainProgram = "wthrr"; mainProgram = "wthrr";