Unverified Commit 24bf96e2 authored by Philip Taron's avatar Philip Taron
Browse files

qrtool: switch to GitLab source

parent 18e78c07
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  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=";