about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAustin Horstman <khaneliman12@gmail.com>2024-03-08 15:11:02 -0600
committerAustin Horstman <khaneliman12@gmail.com>2024-03-08 15:11:02 -0600
commit9e53c1e876d8de692d92cb69b8d28f4910327e9b (patch)
tree07c2376d4b9cabac80aff2ac6562b3804db00549 /pkgs/applications
parent4ee410d8f889344ca4e9051419eb038e2cfdd450 (diff)
wttrbar: 0.8.2 -> 0.9.0
Diffstat (limited to 'pkgs/applications')
-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 c2f67e83f8a71..773c5583da939 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.8.2";
+  version = "0.9.0";
 
   src = fetchFromGitHub {
     owner = "bjesus";
     repo = "wttrbar";
     rev = version;
-    hash = "sha256-XgBPZl5msKICIrUJZz2gj/hZjVAv0HpVKa69/KiLwnI=";
+    hash = "sha256-8ahXRKpVbGFX+SrR8bjUw5POzpCqmlunM5CiRzDE/IM=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);
 
-  cargoHash = "sha256-JGJJ94rzHTQNR6rzFPWnFHH3t0fL1tvMeEN5NMzRtHM=";
+  cargoHash = "sha256-SsZRD6FmeB5Hz6Hs+I+5SBGazm8/mntK3Eb2FNw27Bg=";
 
   meta = {
     description = "A simple but detailed weather indicator for Waybar using wttr.in";