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-06-24 22:17:39 +00:00 committed by mergify[bot]
parent b5f0a8af5c
commit 417c1193ab

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-NYZKZPg1WBfVVyStKfkdUzqhRfNn2QGRcemaI+kwrEg="
, vendorHash ? "sha256-ZSTS/FTIYSm5k1x0UvKKuRyHWEhPHUpuGWjevaNwOu8="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;