hexpatch: 1.12.1 -> 1.12.2 (#424610)

Co-authored-by: RatCornu <RatCornu@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-12 22:37:20 +00:00
committed by GitHub
+3 -3
View File
@@ -10,17 +10,17 @@
rustPlatform.buildRustPackage rec {
pname = "hexpatch";
version = "1.12.1";
version = "1.12.2";
src = fetchFromGitHub {
owner = "Etto48";
repo = "HexPatch";
tag = "v${version}";
hash = "sha256-Fkje+wyYJIeCJGUHRMQubCm/OlQAeRPKXFtCnUSzPiQ=";
hash = "sha256-vuxVaREquHaLG/9J8v64NSudHU4IYSjKDDKLkXURiC4=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-TTIZEzufOE7m0PtiKKBQjY0fNVabC3oG2b06AyhPxq0=";
cargoHash = "sha256-xq3UmXBR/53rfIrFccF0bXYRfg2NZ0tGunv309g5eM8=";
nativeBuildInputs = [
cmake