hextazy: 0.8.4 -> 0.8.5

This commit is contained in:
R. Ryantm
2026-02-16 01:16:50 +00:00
parent b406523052
commit 86f8cf716d
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "hextazy";
version = "0.8.4";
version = "0.8.5";
src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
tag = finalAttrs.version;
hash = "sha256-ejF2AVVp6Q7pM4tk/lWty83sUTIYhiffjRgn0KJwYO0=";
hash = "sha256-Q7gTupoyxioxMibiqhhgnvy38EgnAw+ceSuXzElyga8=";
};
cargoHash = "sha256-ER9+SJ8kfXJtdh7XB51rYd20IkjyEqWuon9OXpwKLAA=";
cargoHash = "sha256-MzshiOBMi5eJiRogfwygybQc6MEW58ZMpKAinmpBp1E=";
meta = {
description = "TUI hexeditor in Rust with colored bytes";