Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #235376 from kilianar/i3status-rust-0.31.6

i3status-rust: 0.31.5 -> 0.31.6

authored by figsoda and committed by GitHub 71ea7106 0e59f6b6

+3 -3
+3 -3
pkgs/applications/window-managers/i3/status-rust.nix
··· 15 15 16 16 rustPlatform.buildRustPackage rec { 17 17 pname = "i3status-rust"; 18 - version = "0.31.5"; 18 + version = "0.31.6"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "greshake"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-4oYj88km7EWxz1DSQt96qcISwZmsNbQMFlxGIJI4FvA="; 24 + hash = "sha256-sQF8POmDEUv3nY9+7Kr0Dcc3q/kpOLwCarexbCQ1zSg="; 25 25 }; 26 26 27 - cargoHash = "sha256-5k95wApVKd0KwQ/LTcqRn12Qx4mL7NialQ6Ne9/pm6I="; 27 + cargoHash = "sha256-+wrZG7jzK8ksTpm6g25O/09sAnMYwmY5DYKqmUMuCFU="; 28 28 29 29 nativeBuildInputs = [ pkg-config makeWrapper ]; 30 30