clipqr: 1.0.0 -> 1.0.1

This commit is contained in:
Aaron Jheng 2023-05-26 02:54:26 +00:00
parent 84443f9765
commit 131541abf7
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

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