Skip to content

Commit 105c916

Browse files
authored
bump version in flake.nix (#142)
1 parent 63f8c2b commit 105c916

File tree

2 files changed

+27
-9
lines changed

2 files changed

+27
-9
lines changed

flake.lock

+24-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
package = with pkgs; rustPlatform.buildRustPackage rec {
2424
pname = "leetcode-cli";
25-
version = "0.3.11";
25+
version = "0.4.3";
2626
src = fetchCrate {
2727
inherit pname version;
28-
sha256 = "sha256-DHtIhiRPRGuO6Rf1d9f8r0bMOHqAaJleUvYNyPiX6mc=";
28+
sha256 = "sha256-y5zh93WPWSMDXqYangqrxav+sC0b0zpFIp6ZIew6KMo=";
2929
};
30-
cargoSha256 = "sha256-Suk/nQ+JcoD9HO9x1lYp+p4qx0DZ9dt0p5jPz0ZQB+k=";
30+
cargoSha256 = "sha256-VktDiLsU+GOsa6ba9JJZGEPTavSKp+aSZm2dfhPEqMs=";
3131

3232
inherit buildInputs nativeBuildInputs;
3333

0 commit comments

Comments
 (0)