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] 2023-10-25 22:31:43 +00:00 committed by mergify[bot]
parent e40b19ad42
commit 014e44d334

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-XQv7hxyauXuf7r0av+syMKCYgyMAxk1OXIf22taZ3Qo="
, vendorHash ? "sha256-GheIGyrwrfHOT/E3bwiwXU5nzYpl4ddKMBWSajjpiuM="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;