Merge pull request #275352 from r-ryantm/auto-update/leetcode-cli

leetcode-cli: 0.4.2 -> 0.4.3
This commit is contained in:
Weijia Wang 2023-12-21 05:45:58 +01:00 committed by GitHub
commit e133869772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
rustPlatform.buildRustPackage rec {
pname = "leetcode-cli";
version = "0.4.2";
version = "0.4.3";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-Yr8Jsy8863O6saaFRAxssni+PtK7XYe+Iifgxu8Rx6Q=";
sha256 = "sha256-y5zh93WPWSMDXqYangqrxav+sC0b0zpFIp6ZIew6KMo=";
};
cargoHash = "sha256-rab/oLr27UOlnwUUB1RXC/egLoYyzmVtzN1L+AGed8o=";
cargoHash = "sha256-VktDiLsU+GOsa6ba9JJZGEPTavSKp+aSZm2dfhPEqMs=";
nativeBuildInputs = [
pkg-config