Skip to content

Commit 24bf96e

Browse files
committed
qrtool: switch to GitLab source
1 parent 18e78c0 commit 24bf96e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/qr/qrtool/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
lib,
33
stdenv,
4-
fetchFromGitHub,
4+
fetchFromGitLab,
55
rustPlatform,
66
asciidoctor,
77
installShellFiles,
@@ -11,11 +11,11 @@ rustPlatform.buildRustPackage rec {
1111
pname = "qrtool";
1212
version = "0.11.4";
1313

14-
src = fetchFromGitHub {
14+
src = fetchFromGitLab {
1515
owner = "sorairolake";
1616
repo = "qrtool";
1717
rev = "v${version}";
18-
sha256 = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
18+
hash = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
1919
};
2020

2121
cargoHash = "sha256-lR/LusIgdA+G7YeSLHjxdcC96tOSqSyalVamS42ORs0=";

0 commit comments

Comments
 (0)