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.
1 parent 18e78c0 commit 24bf96eCopy full SHA for 24bf96e
pkgs/by-name/qr/qrtool/package.nix
@@ -1,7 +1,7 @@
1
{
2
lib,
3
stdenv,
4
- fetchFromGitHub,
+ fetchFromGitLab,
5
rustPlatform,
6
asciidoctor,
7
installShellFiles,
@@ -11,11 +11,11 @@ rustPlatform.buildRustPackage rec {
11
pname = "qrtool";
12
version = "0.11.4";
13
14
- src = fetchFromGitHub {
+ src = fetchFromGitLab {
15
owner = "sorairolake";
16
repo = "qrtool";
17
rev = "v${version}";
18
- sha256 = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
+ hash = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
19
};
20
21
cargoHash = "sha256-lR/LusIgdA+G7YeSLHjxdcC96tOSqSyalVamS42ORs0=";
0 commit comments