about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-10 23:38:07 -0500
committerGitHub <noreply@github.com>2024-03-10 23:38:07 -0500
commit8817ba1df52e4779e55c54540fde4ff65b6b1f08 (patch)
treeafe34b1877a45e2a001a0f7d094d77bd7d2e3063
parenta4aa7ff1f0db180b8143e47fbadafe1cd25b8381 (diff)
parentf07aebf95a8e7e83d977e7dd848f50f2230ddf81 (diff)
Merge pull request #294868 from khaneliman/wttrbar
wttrbar: 0.9.0 -> 0.9.2
-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 773c5583da939..044c617ae38b0 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.9.0";
+  version = "0.9.2";
 
   src = fetchFromGitHub {
     owner = "bjesus";
     repo = "wttrbar";
     rev = version;
-    hash = "sha256-8ahXRKpVbGFX+SrR8bjUw5POzpCqmlunM5CiRzDE/IM=";
+    hash = "sha256-2oUj9G82+aGXU+qB37f+lRz5rctZNnb3bK8IETrt/4g=";
   };
 
   buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk_11_0.frameworks; [ Security SystemConfiguration ]);
 
-  cargoHash = "sha256-SsZRD6FmeB5Hz6Hs+I+5SBGazm8/mntK3Eb2FNw27Bg=";
+  cargoHash = "sha256-yvgqvcOxl/AmvUg6jTFtYh13sgqAWKPt2uMFHaX5OMM=";
 
   meta = {
     description = "A simple but detailed weather indicator for Waybar using wttr.in";