about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-09 18:38:36 -0500
committerGitHub <noreply@github.com>2023-09-09 18:38:36 -0500
commitce836089ae592137de80c1ef01e62cb8eea346fc (patch)
treeee0a3d7fa905c7c179f1d1a7d15e5ba35bb06bd3 /pkgs
parent13a323cef863610f69838f4edc892356713a2345 (diff)
parentbc5b1621a8f5718a905e5354511d88cf137a2f46 (diff)
downloadnixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.tar
nixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.tar.gz
nixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.tar.bz2
nixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.tar.lz
nixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.tar.xz
nixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.tar.zst
nixlib-ce836089ae592137de80c1ef01e62cb8eea346fc.zip
Merge pull request #254278 from kilianar/i3status-rust-0.32.2
i3status-rust: 0.32.1 -> 0.32.2
Diffstat (limited to 'pkgs')
-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 e7aeaa3758f6..c33856214f33 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.32.1";
+  version = "0.32.2";
 
   src = fetchFromGitHub {
     owner = "greshake";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-F09gIDByRIJENwbzUb2IlWkyXjva0b7ivORgXotL/20=";
+    hash = "sha256-CKL4XsOBo8y4k06t5E7k2HBmI4VABW4rxU6Bjl52fhs=";
   };
 
-  cargoHash = "sha256-D0XGH6b6dJrgLnFUViRAl9+AhnR2Bt4J2hDXUyJhOyg=";
+  cargoHash = "sha256-7v5813veJPP5NVe2gFZr+iXJmK+aLajSZuhEkgsMxuY=";
 
   nativeBuildInputs = [ pkg-config makeWrapper ];