Merge pull request #225082 from r-ryantm/auto-update/binocle

This commit is contained in:
Sandro 2023-04-09 01:26:05 +02:00 committed by GitHub
commit b89feb51d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "binocle";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "sharkdp";
repo = pname;
rev = "v${version}";
sha256 = "0b0hf2aq34kxxj0la0yar5sp44k6mqcbyailp6j6q0mksf1l74bc";
sha256 = "sha256-L4l8Gl7Ok/TWqHjNujPx8Qk3UWebs0SgOQNyBNtpnZo=";
};
cargoSha256 = "sha256-CZWAHWZYaL54Rl6Jrp8B6w6HK+2fIKQle2x4mGHv2/o=";
cargoHash = "sha256-9d0MNQ7jEJKpGbjVtl1XBoOBEVNKDgFouSMrcZ7tXNU=";
nativeBuildInputs = [
makeWrapper