Unverified Commit c677c254 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #268536 from MatthieuBarthel/submit/upgrade-clipqr-to-1.1.0

clipqr: 1.0.1 -> 1.1.0
parents 51cd4ff2 5d1c30e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "clipqr";
  version = "1.0.1";
  version = "1.1.0";

  src = fetchFromGitLab {
    owner = "imatt-foss";
    repo = "clipqr";
    rev = "v${version}";
    hash = "sha256-RIzOkJx1eSik+3N6rSh+3LY2VZmbzNYyV5wpLQHFU2A=";
    hash = "sha256-OQ45GV+bViIejGC03lAuvw/y8v1itA+6pFC4H/qL744=";
  };

  vendorHash = null;