We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50dd0c6 + 49024a4 commit 1a31252Copy full SHA for 1a31252
pkgs/by-name/he/hexpatch/package.nix
@@ -10,17 +10,17 @@
10
11
rustPlatform.buildRustPackage rec {
12
pname = "hexpatch";
13
- version = "1.10.0";
+ version = "1.11.0";
14
15
src = fetchFromGitHub {
16
owner = "Etto48";
17
repo = "HexPatch";
18
tag = "v${version}";
19
- hash = "sha256-GzDrB0UJxBc2U/JXcJee7dMvlahD2Qqaen14677q+28=";
+ hash = "sha256-soiF4JCTOI/3SE53FdyLE0+qF80F0VVklMuUkCVps1g=";
20
};
21
22
useFetchCargoVendor = true;
23
- cargoHash = "sha256-G9Mm89nb9dJH+vl6YL9mlisD+/wrFiSYnuSuobBon9c=";
+ cargoHash = "sha256-3k0sQDO1wt16IB7Qx49S/Qxk4osw1SLv97cAffbgDZc=";
24
25
nativeBuildInputs = [
26
cmake
0 commit comments