From a8db59d6b1c9d414ad0de5923d3000f1d9bebc33 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 7 May 2023 14:45:12 -0400 Subject: [PATCH] wthrr: 1.1.0 -> 1.1.1 Diff: https://github.com/tobealive/wthrr-the-weathercrab/compare/v1.1.0...v1.1.1 Changelog: https://github.com/tobealive/wthrr-the-weathercrab/releases/tag/v1.1.1 --- 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 6537944151b5..0b6ab3f96892 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.1.0"; + version = "1.1.1"; src = fetchFromGitHub { owner = "tobealive"; repo = "wthrr-the-weathercrab"; rev = "v${version}"; - hash = "sha256-JHSUjQJyi5vHfUtKEGwO9EXqKT4EwFtrVnK/iNEPkYM="; + hash = "sha256-djrPBmXnUC8d6lWuiHyYY2so8/5RHLFYDu6xoHn6GRg="; }; - cargoHash = "sha256-OUn40cKutFSW4hMSKyUqcI1oqKBHnm2+wVi09ZED4qA="; + cargoHash = "sha256-PGbkGoWcFlTKpnrvMzrHvjFLIuohqEhVg4DYhAZOpkw="; nativeBuildInputs = [ pkg-config