hexpatch: 1.11.3 -> 1.12.1 (#416545)

Co-authored-by: RatCornu <RatCornu@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-14 00:05:12 +00:00 committed by GitHub
commit 90fb94278e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "hexpatch";
version = "1.11.3";
version = "1.12.1";
src = fetchFromGitHub {
owner = "Etto48";
repo = "HexPatch";
tag = "v${version}";
hash = "sha256-hGHvu727PbpqIFzfmBscD9kdwuXR0SRFZ3lbgXPxR24=";
hash = "sha256-Fkje+wyYJIeCJGUHRMQubCm/OlQAeRPKXFtCnUSzPiQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-zRNXGGpREk5xRODbGQ0SlYpU+bLPdXhlchQAc/nTsbs=";
cargoHash = "sha256-TTIZEzufOE7m0PtiKKBQjY0fNVabC3oG2b06AyhPxq0=";
nativeBuildInputs = [
cmake