Merge pull request #168033 from r-ryantm/auto-update/runiq

runiq: 1.2.1 -> 1.2.2
This commit is contained in:
tomberek 2022-04-09 21:44:53 -04:00 committed by GitHub
commit 61fc215426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "runiq";
version = "1.2.1";
version = "1.2.2";
src = fetchCrate {
inherit pname version;
sha256 = "0xhd1z8mykxg9kiq8nw5agy1jxfk414czq62xm1s13ssig3h7jqj";
sha256 = "sha256-WPQgTQICZ0DFr+7D99UGMx+I78376IC6iIJ3tCsj0Js=";
};
cargoSha256 = "1g4yfz5xq9lqwh0ggyn8kn8bnzrqfmh7kx455md5ranrqqh0x5db";
cargoSha256 = "sha256-QKtrd690eoPXyd5CQg5/yAiTDk297y60XaUdoeFAe0c=";
meta = with lib; {
description = "An efficient way to filter duplicate lines from input, à la uniq";