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:
parent
63a38f93cb
commit
ba4878530f
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {}
|
||||
, vendorHash ? "sha256-v8mCypDf0p2syCoyU4L7NPw8OM58DLbwt9fCqFq/7DI="
|
||||
, vendorHash ? "sha256-9+4cyX8dkyzmRi9r/N04H57g/bEWPrrddy1eXSA3JYw="
|
||||
}: let
|
||||
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
|
||||
inherit vendorHash;
|
||||
|
|
Loading…
Reference in a new issue