hextazy: 0.7 -> 0.8 (#405979)

authored by Nikolay Korotkiy and committed by GitHub a5f6a5e0 6b507053

+4 -4
+4 -4
pkgs/by-name/he/hextazy/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "hextazy"; 9 - version = "0.7"; 9 + version = "0.8"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "0xfalafel"; 13 13 repo = "hextazy"; 14 14 rev = "${version}"; 15 - hash = "sha256-j8KY8OTYG+Hl86OppbMyAFBSA89TO7hc8mcNgTGTlgM="; 15 + hash = "sha256-EdcUAYT/3mvoak+6HIV6z0jvFTyjuS7WpT2kivQKpyg="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-JPY1mge4aqO/QERCXYk+HzONjDJHi5og6lwQ68nUxqE="; 19 + cargoHash = "sha256-1i0nngfqF4R/ILbNHrCW1NIEFTfQ5nRhjdKy7uebPi8="; 20 20 21 21 meta = { 22 22 description = "TUI hexeditor in Rust with colored bytes"; 23 23 homepage = "https://github.com/0xfalafel/hextazy"; 24 - changelog = "https://github.com/0xfalafel/hextazy/releases/tags/${src.rev}"; 24 + changelog = "https://github.com/0xfalafel/hextazy/releases/tag/${src.rev}"; 25 25 license = lib.licenses.mit; 26 26 maintainers = with lib.maintainers; [ akechishiro ]; 27 27 mainProgram = "hextazy";