Skip to content

Commit

Permalink
hextazy: 0.4 -> 0.6 (#329376)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Sep 4, 2024
2 parents 4797186 + cd833e7 commit 3dfa668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/he/hextazy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

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

src = fetchFromGitHub {
owner = "0xfalafel";
repo = "hextazy";
rev = "${version}";
hash = "sha256-5ZT6oXG3dWJ8vPX0oieWQsYJQYCTwtlb1B8kmGlLv0k=";
hash = "sha256-unZAW5ErHaEPpPwlo20/3//qhTpCjcmj0ses9FKgVJc=";
};

cargoHash = "sha256-n1HvkWNbHU8UUlqsCnuKESKQznk1WTe6eQiUJjVVXYE=";
cargoHash = "sha256-4JpgUGthCbXSn98f4RrPoTcaGSCyZeuJqMVdLH7gKgs=";

meta = {
description = "TUI hexeditor in Rust with colored bytes";
Expand Down

0 comments on commit 3dfa668

Please sign in to comment.