We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bf5ade + dbfd8f1 commit 086e600Copy full SHA for 086e600
pkgs/by-name/qr/qrtool/package.nix
@@ -1,7 +1,7 @@
1
{
2
lib,
3
stdenv,
4
- fetchFromGitLab,
+ fetchFromGitHub,
5
rustPlatform,
6
asciidoctor,
7
installShellFiles,
@@ -11,11 +11,11 @@ rustPlatform.buildRustPackage rec {
11
pname = "qrtool";
12
version = "0.11.4";
13
14
- src = fetchFromGitLab {
+ src = fetchFromGitHub {
15
owner = "sorairolake";
16
repo = "qrtool";
17
rev = "v${version}";
18
- hash = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
+ sha256 = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
19
};
20
21
cargoHash = "sha256-lR/LusIgdA+G7YeSLHjxdcC96tOSqSyalVamS42ORs0=";
0 commit comments