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-08-12 22:24:03 +00:00 committed by Jörg Thalheim
parent 855c42b2b8
commit 2acfc17e8c

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-DUc80uCuDV4xfJ0B+IX7rkNMTd/ls7GiyoygbheLjMM="
, vendorHash ? "sha256-FMpoHepgThX/rm4ehR68L6HCpsDHQxuaBDq584KXnds="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;