Skip to content

Commit 49024a4

Browse files
committed
hexpatch: 1.10.0 -> 1.11.0
1 parent 33319c3 commit 49024a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/he/hexpatch/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010

1111
rustPlatform.buildRustPackage rec {
1212
pname = "hexpatch";
13-
version = "1.10.0";
13+
version = "1.11.0";
1414

1515
src = fetchFromGitHub {
1616
owner = "Etto48";
1717
repo = "HexPatch";
1818
tag = "v${version}";
19-
hash = "sha256-GzDrB0UJxBc2U/JXcJee7dMvlahD2Qqaen14677q+28=";
19+
hash = "sha256-soiF4JCTOI/3SE53FdyLE0+qF80F0VVklMuUkCVps1g=";
2020
};
2121

2222
useFetchCargoVendor = true;
23-
cargoHash = "sha256-G9Mm89nb9dJH+vl6YL9mlisD+/wrFiSYnuSuobBon9c=";
23+
cargoHash = "sha256-3k0sQDO1wt16IB7Qx49S/Qxk4osw1SLv97cAffbgDZc=";
2424

2525
nativeBuildInputs = [
2626
cmake

0 commit comments

Comments
 (0)