Unverified Commit e875362c authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #234123 from aaronjheng/clipqr

clipqr: 1.0.0 -> 1.0.1
parents b5cde7bf 131541ab
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,16 +17,16 @@

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

  src = fetchFromGitLab {
    owner = "imatt-foss";
    repo = "clipqr";
    rev = "v${version}";
    sha256 = "sha256-E90nTJtx4GOacu8M7oQBznnSQVDIZatibgKMZEpTUaQ=";
    hash = "sha256-RIzOkJx1eSik+3N6rSh+3LY2VZmbzNYyV5wpLQHFU2A=";
  };

  vendorSha256 = "5kAOSyVbvot4TX/XfRNe1/zZk6fa7pS1Dvn9nz11u3U=";
  vendorHash = null;

  ldflags = [ "-s" "-w" ];