lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

leetcode-cli: 0.4.6 -> 0.4.7

R. Ryantm 9287f3d3 41b88f48

+3 -3
+3 -3
pkgs/by-name/le/leetcode-cli/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage rec { 16 16 pname = "leetcode-cli"; 17 - version = "0.4.6"; 17 + version = "0.4.7"; 18 18 19 19 src = fetchCrate { 20 20 inherit pname version; 21 - hash = "sha256-AYBBW9VtdvqqqiouhkS3diPcOdaQOs8Htkw9DTRX2t4="; 21 + hash = "sha256-zxaBSZS2mlGaKT+AN4oS8eJmoLdVe2/T/G41ERj3gDg="; 22 22 }; 23 23 24 - cargoHash = "sha256-o2RkhYsSQKwU+dsHQvlcxAVKUjOTqg424dqrM7JRoN8="; 24 + cargoHash = "sha256-JsWMQp93fGXitnZ9LLGD9dZddc6Z7jRuAyx6HreV+XM="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config