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] 2024-03-14 14:51:25 +00:00 committed by mergify[bot]
parent d076d5ea84
commit cf5f5d8e27

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-PUXB7c1QTENl1T34lhNZdl+PsaZhX7nwsc+j1YGLq5s="
, vendorHash ? "sha256-eL+C/jTC87Zk/YQj2lBqIeHCU6awyYQ9IWylHSM4K/g="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;