1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

update vendorHash

This commit is contained in:
dependabot[bot] 2024-04-19 13:12:34 +00:00 committed by mergify[bot]
parent d63d2a0fdf
commit a929a011a0

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-e/UFi2c6NxxQdR4ps4u4VAaj82Lmdk0h0d5up/zRNzo="
, vendorHash ? "sha256-eVtyKnBcmnkDIvj3MRWpoZ3dyFDd100z2T49QVcRIf8="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;