mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
Merge pull request #311860 from r-ryantm/auto-update/heh
heh: 0.4.1 -> 0.5.0
This commit is contained in:
commit
d6ee76162a
@ -6,16 +6,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "heh";
|
||||
version = "0.4.1";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ndd7xv";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-IIF/bkTLwR8pCs/hJ625T3NsiKf/6Zf1cW2i4lsiK4U=";
|
||||
hash = "sha256-zkb+HogwioqxZ+BTl7bcDQx9i9uWhT2QdAIXpHqvDl0=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-tDvqaNVuzv1BlS/oNI1D/WV1b5uHreT3Ak/6ruqKXQc=";
|
||||
cargoHash = "sha256-YcTaLq04NhmnJ1pdbiKMRIBSFvHNWNgoAS8Uz8uGGAw=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "A cross-platform terminal UI used for modifying file data in hex or ASCII.";
|
||||
|
Loading…
Reference in New Issue
Block a user