mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-07-17 14:35:25 +08:00
bump go version
This commit is contained in:
parent
c2776fac5f
commit
8da6068e91
3 changed files with 81 additions and 192 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }: let
|
||||
vendorSha256 = "sha256-6WyyR1UvsBZDIgtZ7H9wsXe6M5MY2A/MR9M6c/31v/w=";
|
||||
vendorSha256 = "sha256-3rU6jyy/fSjj2jjK2nb1kcI1xnxUp4pzrakdY1lvRz4=";
|
||||
|
||||
buildGoModule = if pkgs.lib.versionOlder pkgs.go.version "1.18" then pkgs.buildGo118Module else pkgs.buildGoModule;
|
||||
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue