Merge pull request #311860 from r-ryantm/auto-update/heh

heh: 0.4.1 -> 0.5.0

authored by Matthias Beyer and committed by GitHub d6ee7616 33d1e753

+3 -3
+3 -3
pkgs/applications/editors/heh/default.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "heh"; 9 - version = "0.4.1"; 9 + version = "0.5.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "ndd7xv"; 13 13 repo = pname; 14 14 rev = "v${version}"; 15 - hash = "sha256-IIF/bkTLwR8pCs/hJ625T3NsiKf/6Zf1cW2i4lsiK4U="; 15 + hash = "sha256-zkb+HogwioqxZ+BTl7bcDQx9i9uWhT2QdAIXpHqvDl0="; 16 16 }; 17 17 18 - cargoHash = "sha256-tDvqaNVuzv1BlS/oNI1D/WV1b5uHreT3Ak/6ruqKXQc="; 18 + cargoHash = "sha256-YcTaLq04NhmnJ1pdbiKMRIBSFvHNWNgoAS8Uz8uGGAw="; 19 19 20 20 meta = with lib; { 21 21 description = "A cross-platform terminal UI used for modifying file data in hex or ASCII.";