qrtool: switch to GitLab source

This commit is contained in:
Philip Taron 2024-08-14 10:25:31 -07:00
parent 18e78c0770
commit 24bf96e257
No known key found for this signature in database

View File

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