From f8fb337a70b57651dc936ff8d74e5a4e9eff3df1 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Tue, 1 Aug 2023 15:55:11 +0200 Subject: [PATCH] i3status-rust: 0.31.8 -> 0.31.9 See https://github.com/greshake/i3status-rust/blob/master/NEWS.md#i3status-rust-0319 for changelog --- pkgs/applications/window-managers/i3/status-rust.nix | 6 +++--- 1 file 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 9d7eac5f5544..d77929744596 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 ];