mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-16 05:28:15 +00:00
update vendorHash
This commit is contained in:
parent
9ab26ff4c6
commit
c2ea1186c0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
{ pkgs ? import <nixpkgs> {}
|
{ pkgs ? import <nixpkgs> {}
|
||||||
, vendorHash ? "sha256-ZSTS/FTIYSm5k1x0UvKKuRyHWEhPHUpuGWjevaNwOu8="
|
, vendorHash ? "sha256-jZbgNfXlP0FVFpNsHBtOwsoGMsd9qqbPbdibEZxhmGw="
|
||||||
}: let
|
}: let
|
||||||
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
|
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
|
||||||
inherit vendorHash;
|
inherit vendorHash;
|
||||||
|
|
Loading…
Add table
Reference in a new issue