Revert "qrtool: switch to GitLab source"

This reverts commit 24bf96e257, as
@sorairolake has GitHub access again.
This commit is contained in:
Philip Taron 2024-09-06 16:59:10 -07:00
parent 055c67d32f
commit dbfd8f178c
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitLab,
fetchFromGitHub,
rustPlatform,
asciidoctor,
installShellFiles,
@ -11,11 +11,11 @@ rustPlatform.buildRustPackage rec {
pname = "qrtool";
version = "0.11.4";
src = fetchFromGitLab {
src = fetchFromGitHub {
owner = "sorairolake";
repo = "qrtool";
rev = "v${version}";
hash = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
sha256 = "sha256-lD/xi2k5baZGUUixy/032jTBevr0uQIT/JmX+d+kPyA=";
};
cargoHash = "sha256-lR/LusIgdA+G7YeSLHjxdcC96tOSqSyalVamS42ORs0=";