Unverified Commit 6ea5da5a authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

hextazy: 0.8 -> 0.8.1 (#425905)

parents 2a559a43 1a38eb31
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";