cliqr: 0.1.29 -> 0.1.30

This commit is contained in:
R. Ryantm
2025-10-15 10:51:09 +00:00
parent 886babdb9c
commit 5d614b371c

View File

@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: { buildGoModule (finalAttrs: {
pname = "cliqr"; pname = "cliqr";
version = "0.1.29"; version = "0.1.30";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "paepckehh"; owner = "paepckehh";
repo = "cliqr"; repo = "cliqr";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-fhNMiUaCTk4xYGJRMuZCHeYvzGeVwkS7E7LU1L+LuBg="; hash = "sha256-+HP7RDh/8gIsHAO1adtClKZbBg70LSxvf88aS0hFBJs=";
}; };
vendorHash = null; vendorHash = null;