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] 2023-08-07 22:51:00 +00:00 committed by mergify[bot]
parent 7c93670b82
commit 5f5d9a3c8b

View file

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