Unverified Commit fdf42dbc authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #302470 from r-ryantm/auto-update/i3status-rust

i3status-rust: 0.33.0 -> 0.33.1
parents ca601202 1d887599
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@

rustPlatform.buildRustPackage rec {
  pname = "i3status-rust";
  version = "0.33.0";
  version = "0.33.1";

  src = fetchFromGitHub {
    owner = "greshake";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-DIEWmXqs4yNIJsBBhH7khOY6RJQ9qRoSTIHN/aeBuA4=";
    hash = "sha256-9lzzjb6tDfgqjAT9mS/cWfC6ucNXoJ8JJwtZ0FZqlDA=";
  };

  cargoHash = "sha256-5946aMSndBkXCY0jjnhPc5x9wFOC1zjJNkFkMFFOuxo=";
  cargoHash = "sha256-yeijJl94v+yKMVnU/Fjzapab/nExlvoznrx8Ydz/RvM=";

  nativeBuildInputs = [ pkg-config makeWrapper ];