hexpatch: 1.10.0 -> 1.11.0 (#392955)

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

authored by

nixpkgs-merge-bot[bot]
RatCornu
and committed by
GitHub
1a312527 50dd0c6f

+3 -3
+3 -3
pkgs/by-name/he/hexpatch/package.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "hexpatch"; 13 - version = "1.10.0"; 13 + version = "1.11.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "Etto48"; 17 17 repo = "HexPatch"; 18 18 tag = "v${version}"; 19 - hash = "sha256-GzDrB0UJxBc2U/JXcJee7dMvlahD2Qqaen14677q+28="; 19 + hash = "sha256-soiF4JCTOI/3SE53FdyLE0+qF80F0VVklMuUkCVps1g="; 20 20 }; 21 21 22 22 useFetchCargoVendor = true; 23 - cargoHash = "sha256-G9Mm89nb9dJH+vl6YL9mlisD+/wrFiSYnuSuobBon9c="; 23 + cargoHash = "sha256-3k0sQDO1wt16IB7Qx49S/Qxk4osw1SLv97cAffbgDZc="; 24 24 25 25 nativeBuildInputs = [ 26 26 cmake