about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2024-02-25 13:50:11 -0600
committerAustin Horstman <khaneliman12@gmail.com>2024-02-25 13:50:49 -0600
commite34df65424774e1a66b8a534332bc2f2101871b1 (patch)
treedc856794b191355388d64627fdcf9cdd11a7e641
parente2fc21a87564ca49218d96bfbc062dfa060de888 (diff)
wttrbar: 0.7.1 -> 0.8.0
-rw-r--r--pkgs/applications/misc/wttrbar/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/wttrbar/default.nix b/pkgs/applications/misc/wttrbar/default.nix
index 9bd55af10b897..bde31f71998be 100644
--- a/pkgs/applications/misc/wttrbar/default.nix
+++ b/pkgs/applications/misc/wttrbar/default.nix
@@ -7,18 +7,18 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "wttrbar";
-  version = "0.7.1";
+  version = "0.8.0";
 
   src = fetchFromGitHub {
     owner = "bjesus";
     repo = "wttrbar";
     rev = version;
-    hash = "sha256-b5GJNbXv6W4UA7nKYMgoWpfd9J+yWlWij5W0fh52vgs=";
+    hash = "sha256-rdbPRoBLbXw3Oj7Wn1ae5Msz09GXQz6ER7G64OptstA=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);
 
-  cargoHash = "sha256-MCsblCDiCRDEHTfTcE6CyhqDclSbj0TJEf2cX6ISDFo=";
+  cargoHash = "sha256-/Inacga89l3lXHR+Tjs1X3YqHrbEj0hoHcJg+YDYa6g=";
 
   meta = {
     description = "A simple but detailed weather indicator for Waybar using wttr.in";