Skip to content

Commit e3a1e2d

Browse files
bbjubjub2494aldoborrero
authored andcommitted
lighthouse: 8.0.0 -> 8.0.1
1 parent f06f8ca commit e3a1e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lighthouse/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
in
2828
rustPlatform.buildRustPackage rec {
2929
pname = "lighthouse";
30-
version = "8.0.0";
30+
version = "8.0.1";
3131

3232
src = fetchFromGitHub {
3333
owner = "sigp";
3434
repo = pname;
3535
rev = "v${version}";
36-
hash = "sha256-dfWh9BHhoRfKvHRp/Osxsz0udL1q3XsC8PaPy3RCt1s=";
36+
hash = "sha256-sdoyd1eBDX8AyiFdu6+23k//+vjxxfC6UNixZBeTLJw=";
3737
};
3838

3939
cargoLock = {

0 commit comments

Comments
 (0)