Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 1dc33a7

Browse files
authored
chore: Update Nix Package (#81)
1 parent 2ca0099 commit 1dc33a7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

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

nix/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
lib,
3-
buildGo123Module,
3+
buildGo124Module,
44
installShellFiles,
55
}:
6-
buildGo123Module rec {
6+
buildGo124Module rec {
77
pname = "scripts-cli";
88
version = "latest";
99

1010
src = ./../cli;
1111

12-
vendorHash = "sha256-iMHDKK72l8fSpSPnZAkdy1GQ6u3wZzea3p45iRG63ho=";
12+
vendorHash = "sha256-k2reefs1SRVwiOD5cqYBuNkAlOBCLyCzbUDxQNnnJhc=";
1313
subPackages = ["." "./cmd"];
1414

1515
nativeBuildInputs = [

0 commit comments

Comments
 (0)