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

heh: 0.6.0 -> 0.6.1
This commit is contained in:
Nick Cao 2024-08-21 16:25:13 -04:00 committed by GitHub
commit 15f967f687
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,20 +7,20 @@
rustPlatform.buildRustPackage rec {
pname = "heh";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
owner = "ndd7xv";
repo = pname;
rev = "v${version}";
hash = "sha256-P3EZSe5Zv7pJ2QwKvtBh5kz93y6DBWkj6s8v3+8Xp9Q=";
hash = "sha256-eqWBTylvXqGhWdSGHdTM1ZURSD5pkUBoBOvBJ5zmJ7w=";
};
buildInputs = lib.optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [
AppKit
]);
cargoHash = "sha256-l3XR6srs6RmvcGjMFni6wYLLqXE8mMUq59WFLKGQl3U=";
cargoHash = "sha256-rLZgKLL28/ZrXzHVI6m4YeV2mk4E9W58HjTzRl2bMOw=";
meta = with lib; {
description = "Cross-platform terminal UI used for modifying file data in hex or ASCII";