cliqr: 0.1.29 -> 0.1.30 (#452215)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-15 14:12:55 +00:00
committed by GitHub

View File

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