clipqr: 1.2.0 -> 1.3.0

This commit is contained in:
Matthieu Barthel 2024-08-22 20:45:43 +02:00
parent 6253ab7461
commit 05b20e0227
No known key found for this signature in database
GPG Key ID: 9245E77C55ECD2B4

View File

@ -18,13 +18,13 @@
buildGoModule rec {
pname = "clipqr";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitLab {
owner = "imatt-foss";
repo = "clipqr";
rev = "v${version}";
hash = "sha256-gfKCuTZY9VsiXMlw6XX6YylMO4xGoLQU/5QvnDV7GbE=";
hash = "sha256-iuA6RqclMm1CWaiM1kpOpgfYvKaYGOIwFQkLr/nCL5M=";
};
vendorHash = null;