From 6dc1d276c0602faa5221fed01ac101b13ba672fe Mon Sep 17 00:00:00 2001 From: Saturn745 Date: Sun, 11 May 2025 19:08:30 -0700 Subject: [PATCH] chore: Update Nix Package --- flake.lock | 6 +++--- nix/package.nix | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 7fa58fe3cf6..7dcb42b7093 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1743095683, - "narHash": "sha256-gWd4urRoLRe8GLVC/3rYRae1h+xfQzt09xOfb0PaHSk=", + "lastModified": 1746904237, + "narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "5e5402ecbcb27af32284d4a62553c019a3a49ea6", + "rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956", "type": "github" }, "original": { diff --git a/nix/package.nix b/nix/package.nix index e5fe9a4db09..2a9268b54f8 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -1,15 +1,15 @@ { lib, - buildGo123Module, + buildGo124Module, installShellFiles, }: -buildGo123Module rec { +buildGo124Module rec { pname = "scripts-cli"; version = "latest"; src = ./../cli; - vendorHash = "sha256-iMHDKK72l8fSpSPnZAkdy1GQ6u3wZzea3p45iRG63ho="; + vendorHash = "sha256-k2reefs1SRVwiOD5cqYBuNkAlOBCLyCzbUDxQNnnJhc="; subPackages = ["." "./cmd"]; nativeBuildInputs = [