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