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-03-04 22:04:47 +00:00 committed by mergify[bot]
parent e3b396f42f
commit 25dd60fdd0

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-bZ2xkuBSzVEZ7+hYn9420sMoqygTDKGEhzzHVr+qML4="
, vendorHash ? "sha256-OFN/pp6tJVz1kbO+yeR7pX0J/pQOAxHBX9jIRm1c6ys="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;