From 700968b7309189f4ec19bd4a3b5d0760781dd086 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sat, 29 Apr 2023 15:14:27 -0400 Subject: [PATCH] wthrr: 1.0.1 -> 1.0.2 Diff: https://github.com/tobealive/wthrr-the-weathercrab/compare/v1.0.1...v1.0.2 Changelog: https://github.com/tobealive/wthrr-the-weathercrab/releases/tag/v1.0.2 --- pkgs/applications/misc/wthrr/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/wthrr/default.nix b/pkgs/applications/misc/wthrr/default.nix index 16f73b302680..98d2abe3afe5 100644 --- a/pkgs/applications/misc/wthrr/default.nix +++ b/pkgs/applications/misc/wthrr/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "wthrr"; - version = "1.0.1"; + version = "1.0.2"; src = fetchFromGitHub { owner = "tobealive"; repo = "wthrr-the-weathercrab"; rev = "v${version}"; - hash = "sha256-u8d3bX0jRe8N7LIhENMVI9MyR5HF2a8kyuMYw8s+PSc="; + hash = "sha256-iyla63CbsYavPRbkrnqr3gyULyWbvUKc3evKaB/W9jU="; }; - cargoHash = "sha256-mrPydD45L51OSrVPYpXLli1rPlmUpKMcPWql1XrZu1Y="; + cargoHash = "sha256-izJ0TT69QnnOTLOGi1bqvy0AHJw1mMI/io5twa2Y4x0="; nativeBuildInputs = [ pkg-config