1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-15 17:50:51 +00:00

update vendorSha256

This commit is contained in:
Jörg Thalheim 2023-02-28 09:23:57 +01:00
parent 7423f3fe9e
commit 4acf66389b

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {} }: let
vendorSha256 = "sha256-ZAHshOBbvwOC1618bi7IqOan+YtDT7DJNsLzV/4OBSg=";
vendorSha256 = "sha256-6WyyR1UvsBZDIgtZ7H9wsXe6M5MY2A/MR9M6c/31v/w=";
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 {