1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-05 08:07:16 +00:00

update vendorHash

This commit is contained in:
dependabot[bot] 2023-07-16 19:16:13 +00:00 committed by mergify[bot]
parent fa2a515e05
commit e431e3f9f1

View file

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