summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorMaxim Zhukov <mussitantesmortem@gmail.com>2021-11-11 22:55:44 +0300
committerMaxim Zhukov <mussitantesmortem@gmail.com>2021-11-11 22:55:44 +0300
commit717506b6f4139ebb1a8fedeb6549888ae874432e (patch)
treefb0fda705663681c5afa372c21fa3edde458c855 /pkgs/applications/window-managers
parent26f5e6dd5f2d703d5c39d661540397ea119aa94f (diff)
downloadnixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.tar
nixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.tar.gz
nixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.tar.bz2
nixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.tar.lz
nixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.tar.xz
nixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.tar.zst
nixpkgs-717506b6f4139ebb1a8fedeb6549888ae874432e.zip
i3status-rust: 0.20.5 -> 0.20.6
Release: https://github.com/greshake/i3status-rust/releases/tag/v0.20.6
Changelog: https://github.com/greshake/i3status-rust/blob/master/NEWS.md#i3status-rust-0206
Diffstat (limited to 'pkgs/applications/window-managers')
-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 d0ae7b28a54..defb44f0f35 100644
--- a/pkgs/applications/window-managers/i3/status-rust.nix
+++ b/pkgs/applications/window-managers/i3/status-rust.nix
@@ -12,16 +12,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "i3status-rust";
-  version = "0.20.5";
+  version = "0.20.6";
 
   src = fetchFromGitHub {
     owner = "greshake";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-7KEG4akn6tOUrgQUZFX0Wiz8YAKFUAr8AN16Xg8CLO4=";
+    sha256 = "sha256-FLMfXloAAIz/9KAtKFfB8uokQz/J8R+WsGarq/5cblo=";
   };
 
-  cargoSha256 = "sha256-GTE1KJ/ZpiqwmmKYx6kNzPNNmz0QHYWrIyKN49uzdZA=";
+  cargoSha256 = "sha256-UVAF2rz0y6h3/rcTJ+31mMyJDLG7q40n6vBK8Wxultg=";
 
   nativeBuildInputs = [ pkg-config makeWrapper ];