Skip to content

Commit e346023

Browse files
authored
lighthouse: 5.1.0 -> 5.1.2 (nix-community#504)
1 parent 66f6742 commit e346023

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

pkgs/lighthouse/Cargo.lock

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

pkgs/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 = "5.1.0";
30+
version = "5.1.2";
3131

3232
src = fetchFromGitHub {
3333
owner = "sigp";
3434
repo = pname;
3535
rev = "v${version}";
36-
hash = "sha256-gpDtx+MDX52tNeeSg2TGy0rttsU2OTzHi7+umkMPR5E=";
36+
hash = "sha256-RQKLOIEdRDZtWNZgMmH8tVUX4Adm+2TUwQS8cCbuhKA=";
3737
};
3838

3939
patches = [

0 commit comments

Comments
 (0)