Unverified Commit fc382aa3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #246578 from antonmosich/update-i3status-rust

i3status-rust: 0.31.8 -> 0.31.9
parents febd73a2 f8fb337a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];