Unverified Commit 086e6004 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

Revert "qrtool: switch to GitLab source" (#340222)

parents 7bf5ade7 dbfd8f17
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  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=";