Merge pull request #131764 from r-ryantm/auto-update/choose

choose: 1.3.2 -> 1.3.3
This commit is contained in:
Jörg Thalheim 2021-07-28 05:32:31 +01:00 committed by GitHub
commit e98f96ee00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "choose";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = "theryangeary";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QX0tAo1cGPpRhggiAPxsVhKXg6TgaVl1lcp3na7jUNw=";
sha256 = "sha256-HYwlAgFKbi6or2eblERdMMjJOJdtt2FCQECUg3MzO8E=";
};
cargoSha256 = "sha256-3pK7y/zC5iZkto5p5Xerlpu3yfN6sB2kjLF2fURlUj0=";
cargoSha256 = "sha256-55/B+LxdbekfaKKyng0lUCU3QnqL34M+QnLUxaPqkqI=";
meta = with lib; {
description = "A human-friendly and fast alternative to cut and (sometimes) awk";