Skip to content

Commit

Permalink
fix(nix): Update Flake inputs
Browse files Browse the repository at this point in the history
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
  • Loading branch information
stv0g committed Sep 20, 2024
1 parent 9e9c21b commit 448a433
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <post@steffenvogel.de>
# SPDX-License-Identifier: Apache-2.0
{ buildGoModule, libpcap }:
buildGoModule {
{ buildGo123Module, libpcap }:
buildGo123Module {
name = "go-babel";
src = ./.;
vendorHash = "sha256-olVuy+VTHPN2QwAhhhTWclZw4tx+rSppZCQgylJSoTU";
vendorHash = "sha256-f/afNk6l8NbdwjLxVUOzmp6TFzv9AsVjEEW9RcLVmEY=";
buildInputs = [ libpcap ];
doCheck = false;
}
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 448a433

Please sign in to comment.