Merge pull request #234123 from aaronjheng/clipqr

clipqr: 1.0.0 -> 1.0.1
This commit is contained in:
Weijia Wang 2023-05-26 11:03:58 +03:00 committed by GitHub
commit e875362c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ];