hextazy: 0.8.1 -> 0.8.3 (#478019)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-08 20:14:12 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "hextazy";
version = "0.8.1";
version = "0.8.3";
src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
tag = version;
hash = "sha256-z7grcv7kfMvPqt9GI/NovGCWD1CZ38oiZ1bYDzZCbFg=";
hash = "sha256-sglKEdmfS8+PHsgZ/Z7HJs9+lrkD0pFvfUDrKtEdRNQ=";
};
cargoHash = "sha256-9JDqeLuQOs2AbrhQfn8pmnURXFyLf9/G9rEuvhedwr4=";
cargoHash = "sha256-E0ia/I7e40lDG24qYUCOwWNKSZ9/VmI5/4BsIKmE61I=";
meta = {
description = "TUI hexeditor in Rust with colored bytes";