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-02-20 18:21:17 +00:00 committed by mergify[bot]
parent a13fc353ca
commit acfcce2a36

View file

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