1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-04-08 09:54:35 +00:00

update vendorHash

This commit is contained in:
dependabot[bot] 2023-10-09 22:19:20 +00:00 committed by mergify[bot]
parent 65de920eb7
commit 6b32358c22

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-6oK/+aOQdW+Tes1zUE65RGizeB86Wgn1hl+2lVI4YbM="
, vendorHash ? "sha256-jI9wwdEWRKeqWRsp7l6Z0YXaSShEucatyF1b9pkS4RQ="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;