leetcode-cli: 0.4.7 -> 0.5.0 (#478637)

This commit is contained in:
Nick Cao
2026-01-12 21:39:20 +00:00
committed by GitHub
+3 -3
View File
@@ -14,14 +14,14 @@
rustPlatform.buildRustPackage rec {
pname = "leetcode-cli";
version = "0.4.7";
version = "0.5.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-zxaBSZS2mlGaKT+AN4oS8eJmoLdVe2/T/G41ERj3gDg=";
hash = "sha256-EafEz5MhY9f56N1LCPaW+ktYrV01r9vHCbublDnfAKg=";
};
cargoHash = "sha256-JsWMQp93fGXitnZ9LLGD9dZddc6Z7jRuAyx6HreV+XM=";
cargoHash = "sha256-8bHpNckEsJ4VWlmEaDTeMW+Txi9SQh30lK5CKKperC8=";
nativeBuildInputs = [
pkg-config