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-05-06 22:46:02 +00:00 committed by mergify[bot]
parent 18653aed8b
commit 0dc50257c0

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {}
, vendorHash ? "sha256-BMw+8YjoVCiKekg6adRbzvaN4oxGPDikp+Ldhpvu5dQ="
, vendorHash ? "sha256-sk3LUNVT2LtUo7Cj2EE98E9xkZjxcGEhfSjJBj3+q5w="
}: let
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {
inherit vendorHash;