brush: 0.2.18 -> 0.2.19 (#421958)

Co-authored-by: kachick <kachick@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] kachick and committed by GitHub a2ff7532 2142946e

+3 -3
+3 -3
pkgs/by-name/br/brush/package.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "brush"; 15 - version = "0.2.18"; 15 + version = "0.2.19"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "reubeno"; 19 19 repo = "brush"; 20 20 tag = "brush-shell-v${version}"; 21 - hash = "sha256-lX8e2gqbZMbsdMD1ZUK0l5xlCq+NkzBDeZSMzrPX+zI="; 21 + hash = "sha256-IwBPeOD4BNaeDWlZBWfixhrpMtPu3mcbCFVDMMa8UmY="; 22 22 }; 23 23 24 24 useFetchCargoVendor = true; 25 - cargoHash = "sha256-qHbKbWzuOpoRVySZd/yeGnDNbFGb2fQmgz0ETcNLoVE="; 25 + cargoHash = "sha256-Z2K+0q8sPsudMhw+IY4Aq+gt9bSPRau0Z6cwpi98c+s="; 26 26 27 27 nativeInstallCheckInputs = [ 28 28 versionCheckHook