Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Lines changed: 24 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎flake.nix

Lines changed: 3 additions & 3 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /