Skip to content

Commit

Permalink
hotp-verification: temporarily use tlaurion/nitrokey-hotp-verification@
Browse files Browse the repository at this point in the history
…8a1f125

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Apr 17, 2024
1 parent 13bccb3 commit 3a3916b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/hotp-verification
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ modules-$(CONFIG_HOTPKEY) += hotp-verification

hotp-verification_depends := libusb $(musl_dep)

# v1.5
hotp-verification_version := 70c04f51387eee8f777e943ba83b6405764a3cd2
# v1.5 + fix on tlaurion branch until fixed upstream
hotp-verification_version := 8a1f125aaf678a5f435374d9f4541a6dff317243
hotp-verification_dir := hotp-verification-$(hotp-verification_version)
hotp-verification_tar := nitrokey-hotp-verification-$(hotp-verification_version).tar.gz
hotp-verification_url := https://github.com/Nitrokey/nitrokey-hotp-verification/archive/$(hotp-verification_version).tar.gz
hotp-verification_hash := 5244b6b514117f955a03be2363fd51567a125cb8dc904d1bd89351be27eb8bb3
hotp-verification_url := https://github.com/tlaurion/nitrokey-hotp-verification/archive/$(hotp-verification_version).tar.gz
hotp-verification_hash := 2ad258ff698f28a2fcf7dc1f23d5e55f65284d2f4c53d916c5157f5e187a54ae

hotp-verification_target := \
$(MAKE_JOBS) \
Expand Down

0 comments on commit 3a3916b

Please sign in to comment.