summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2021-12-08 18:11:15 +0000
committerGitHub <noreply@github.com>2021-12-08 18:11:15 +0000
commit0292b1b460268b91027751a49f3f9a8eea041216 (patch)
tree2e880bb5e2f29d6e16beb817d820122e01923d66 /pkgs/applications
parent581d2d6c9cd5c289002203581d8aa0861963a933 (diff)
parent211f4371818fa24fb9fd5b2dc3706b0f1bb136ac (diff)
downloadnixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.tar
nixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.tar.gz
nixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.tar.bz2
nixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.tar.lz
nixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.tar.xz
nixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.tar.zst
nixpkgs-0292b1b460268b91027751a49f3f9a8eea041216.zip
Merge pull request #149252 from r-ryantm/auto-update/i3status-rust
i3status-rust: 0.20.6 -> 0.20.7
Diffstat (limited to 'pkgs/applications')
-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 a285c4b5a54..019ac137724 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.6";
+  version = "0.20.7";
 
   src = fetchFromGitHub {
     owner = "greshake";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-FLMfXloAAIz/9KAtKFfB8uokQz/J8R+WsGarq/5cblo=";
+    sha256 = "sha256-7RfDNjTUQtVZUeRGBnd2ygSkFJOoPrNF/Bwy8GWo7To=";
   };
 
-  cargoSha256 = "sha256-UVAF2rz0y6h3/rcTJ+31mMyJDLG7q40n6vBK8Wxultg=";
+  cargoSha256 = "sha256-alZJm2/hhloKQn7QeUA2IMgGl86Lz8xNpZkoMHCcjVI=";
 
   nativeBuildInputs = [ pkg-config makeWrapper ];