update vendorHash

This commit is contained in:
dependabot[bot] 2024-07-01 22:31:41 +00:00 committed by mergify[bot]
parent 33098439f7
commit a11224af8d

View file

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