Merge pull request #174897 from r-ryantm/auto-update/each

each: 0.1.3 -> 0.2.0
This commit is contained in:
Thiago Kenji Okada 2022-05-28 22:36:08 +01:00 committed by GitHub
commit 824e681ff1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "each";
version = "0.1.3";
version = "0.2.0";
src = fetchFromGitHub {
owner = "arraypad";
repo = pname;
rev = "v${version}";
sha256 = "04rx8jf871l4darfx6029dhpnbpmzwjgzazayp1qcaadsk8207z5";
sha256 = "sha256-5Aa/uHWrU4bpWd28Uddnuhmi6guHy09W9AU8sAfea6I=";
};
cargoSha256 = "1r7nzfh7v2mlp0wdrcpqfj68h3zmip2m3d4z2nwxyikmw7c80car";
cargoSha256 = "sha256-sH9rraPNAIlW2KQVaZfYa10c1HHQpDgedY1+9e94RLE=";
meta = with lib; {
description = " A better way of working with structured data on the command line";