mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-02-04 03:53:50 +08:00
Switch to go 1.24 for stable and unstable
This commit is contained in:
parent
ef8a5efd4d
commit
6be7eb746c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
buildGoModule,
|
buildGo124Module,
|
||||||
stdenv,
|
stdenv,
|
||||||
vendorHash,
|
vendorHash,
|
||||||
go,
|
go,
|
||||||
}:
|
}:
|
||||||
buildGoModule {
|
buildGo124Module {
|
||||||
pname = "sops-install-secrets";
|
pname = "sops-install-secrets";
|
||||||
version = "0.0.1";
|
version = "0.0.1";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue