2
0
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:
Sandro Jäckel 2022-03-28 12:23:02 +02:00
parent bea3dc3a4c
commit 17c8525e51
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
3 changed files with 4 additions and 4 deletions
pkgs/tools/security/onlykey

View File

@ -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}";

View File

@ -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";
};

View File

@ -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"}
]