hextazy: 0.8.3 -> 0.8.4 (#480222)

This commit is contained in:
Nick Cao
2026-01-15 21:08:33 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "hextazy";
version = "0.8.3";
version = "0.8.4";
src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
tag = version;
hash = "sha256-sglKEdmfS8+PHsgZ/Z7HJs9+lrkD0pFvfUDrKtEdRNQ=";
hash = "sha256-ejF2AVVp6Q7pM4tk/lWty83sUTIYhiffjRgn0KJwYO0=";
};
cargoHash = "sha256-E0ia/I7e40lDG24qYUCOwWNKSZ9/VmI5/4BsIKmE61I=";
cargoHash = "sha256-ER9+SJ8kfXJtdh7XB51rYd20IkjyEqWuon9OXpwKLAA=";
meta = {
description = "TUI hexeditor in Rust with colored bytes";