summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnton Mosich <anton@mosich.at>2023-08-01 15:55:11 +0200
committerAnton Mosich <anton@mosich.at>2023-08-01 15:55:11 +0200
commitf8fb337a70b57651dc936ff8d74e5a4e9eff3df1 (patch)
tree8732186897fb8c12a4385f9e6b492a77d4334199
parentf310ee473d03c5da0f328ac7e32ac81b0fd399cf (diff)
downloadnixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.tar
nixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.tar.gz
nixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.tar.bz2
nixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.tar.lz
nixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.tar.xz
nixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.tar.zst
nixpkgs-f8fb337a70b57651dc936ff8d74e5a4e9eff3df1.zip
i3status-rust: 0.31.8 -> 0.31.9
See https://github.com/greshake/i3status-rust/blob/master/NEWS.md#i3status-rust-0319
for changelog
-rw-r--r--pkgs/applications/window-managers/i3/status-rust.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/window-managers/i3/status-rust.nix b/pkgs/applications/window-managers/i3/status-rust.nix
index 9d7eac5f554..d7792974459 100644
--- a/pkgs/applications/window-managers/i3/status-rust.nix
+++ b/pkgs/applications/window-managers/i3/status-rust.nix
@@ -15,16 +15,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "i3status-rust";
-  version = "0.31.8";
+  version = "0.31.9";
 
   src = fetchFromGitHub {
     owner = "greshake";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-JkX1CGTy5iaItqKCEHaWmUt3qkLSEnxsZGpPScL4ERc=";
+    hash = "sha256-PldCtV979mJSgQtMHx/gfhKrsBByiywLMO9LjyggvCA=";
   };
 
-  cargoHash = "sha256-QjqdGT0uVW67gQHeR4Rixpt9Wn0tyZvsDw1lyLrqabA=";
+  cargoHash = "sha256-wCBg3qYy9wrsM4eJ1FV4OEI+ZwkbXn5jQZ/m7KMgHCc=";
 
   nativeBuildInputs = [ pkg-config makeWrapper ];