mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 15:38:16 +00:00
onlykey: replace git://github.com with https://
This commit is contained in:
parent
bea3dc3a4c
commit
17c8525e51
pkgs/tools/security/onlykey
@ -20,7 +20,7 @@ let
|
||||
elem;
|
||||
|
||||
# this must be updated anytime this package is updated.
|
||||
onlykeyPkg = "onlykey-git://github.com/trustcrypto/OnlyKey-App.git#v${version}";
|
||||
onlykeyPkg = "onlykey-git+https://github.com/trustcrypto/OnlyKey-App.git#v${version}";
|
||||
|
||||
# define a shortcut to get to onlykey.
|
||||
onlykey = self."${onlykeyPkg}";
|
||||
|
4
pkgs/tools/security/onlykey/node-packages.nix
generated
4
pkgs/tools/security/onlykey/node-packages.nix
generated
@ -6316,12 +6316,12 @@ let
|
||||
};
|
||||
in
|
||||
{
|
||||
"onlykey-git://github.com/trustcrypto/OnlyKey-App.git#v5.3.3" = nodeEnv.buildNodePackage {
|
||||
"onlykey-git+https://github.com/trustcrypto/OnlyKey-App.git#v5.3.3" = nodeEnv.buildNodePackage {
|
||||
name = "OnlyKey";
|
||||
packageName = "OnlyKey";
|
||||
version = "5.3.3";
|
||||
src = fetchgit {
|
||||
url = "git://github.com/trustcrypto/OnlyKey-App.git";
|
||||
url = "https://github.com/trustcrypto/OnlyKey-App.git";
|
||||
rev = "0bd08ef5828d9493cd4c5f4909e9a4fc4c59a494";
|
||||
sha256 = "d2386369fd9d9b7d5ea5d389434848c33fa34e26d713d439e8e2f2e447237bb0";
|
||||
};
|
||||
|
@ -1,3 +1,3 @@
|
||||
[
|
||||
{"onlykey": "git://github.com/trustcrypto/OnlyKey-App.git#v5.3.3"}
|
||||
{"onlykey": "git+https://github.com/trustcrypto/OnlyKey-App.git#v5.3.3"}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user