We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f06f8ca commit e3a1e2dCopy full SHA for e3a1e2d
pkgs/by-name/lighthouse/default.nix
@@ -27,13 +27,13 @@
27
in
28
rustPlatform.buildRustPackage rec {
29
pname = "lighthouse";
30
- version = "8.0.0";
+ version = "8.0.1";
31
32
src = fetchFromGitHub {
33
owner = "sigp";
34
repo = pname;
35
rev = "v${version}";
36
- hash = "sha256-dfWh9BHhoRfKvHRp/Osxsz0udL1q3XsC8PaPy3RCt1s=";
+ hash = "sha256-sdoyd1eBDX8AyiFdu6+23k//+vjxxfC6UNixZBeTLJw=";
37
};
38
39
cargoLock = {
0 commit comments