summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-12 00:01:59 +0000
committerGitHub <noreply@github.com>2021-11-12 00:01:59 +0000
commit40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6 (patch)
tree493c51cca9be95674d4cc83c5ed0dd5169c7884d /pkgs/applications/window-managers
parenta4e03b897765f3b4e0c2182d323a2690ce8b28a0 (diff)
parent026e6c328aea2a4a90968ef15ee1219f5d9c6855 (diff)
downloadnixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.tar
nixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.tar.gz
nixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.tar.bz2
nixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.tar.lz
nixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.tar.xz
nixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.tar.zst
nixpkgs-40a54af0571d90f05e4f8c2e35b1b5c34aa6e0a6.zip
Merge staging-next into staging
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 ];