Loading pkgs/by-name/he/hextazy/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading Loading
pkgs/by-name/he/hextazy/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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"; Loading