Unverified Commit 66264352 authored by Lasne Olivier's avatar Lasne Olivier Committed by GitHub
Browse files

hextazy: 0.2 -> 0.4, update github owner (#327591)

parent 0e34403d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -7,21 +7,21 @@

rustPlatform.buildRustPackage rec {
  pname = "hextazy";
  version = "0.2";
  version = "0.4";

  src = fetchFromGitHub {
    owner = "faelian";
    owner = "0xfalafel";
    repo = "hextazy";
    rev = "${version}";
    hash = "sha256-e1uoKMejdTz8KH7uFkZ9YCE1WTwaxCZjcxh4g2ermNY=";
    hash = "sha256-5ZT6oXG3dWJ8vPX0oieWQsYJQYCTwtlb1B8kmGlLv0k=";
  };

  cargoHash = "sha256-5Z+ptr1JmeiP4hK8k+M1d189I0X53/jRUEFwgWGK3xQ=";
  cargoHash = "sha256-n1HvkWNbHU8UUlqsCnuKESKQznk1WTe6eQiUJjVVXYE=";

  meta = {
    description = "TUI hexeditor in Rust with colored bytes";
    homepage = "https://github.com/faelian/hextazy";
    changelog = "https://github.com/faelian/hextazy/releases/tags/${src.rev}";
    homepage = "https://github.com/0xfalafel/hextazy";
    changelog = "https://github.com/0xfalafel/hextazy/releases/tags/${src.rev}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ akechishiro ];
    mainProgram = "hextazy";