hextazy: 0.8 -> 0.8.1

This commit is contained in:
R. Ryantm
2025-07-16 20:27:27 +00:00
parent 312f2bea77
commit 1a38eb3165
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "hextazy";
version = "0.8";
version = "0.8.1";
src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
tag = version;
hash = "sha256-6G0mD55BLMfqpgz1wtQBsAfGKlRcVEYJAPQJ3z8Yxnw=";
hash = "sha256-z7grcv7kfMvPqt9GI/NovGCWD1CZ38oiZ1bYDzZCbFg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-1i0nngfqF4R/ILbNHrCW1NIEFTfQ5nRhjdKy7uebPi8=";
cargoHash = "sha256-9JDqeLuQOs2AbrhQfn8pmnURXFyLf9/G9rEuvhedwr4=";
meta = {
description = "TUI hexeditor in Rust with colored bytes";