cliqr: 0.1.26 -> 0.1.29 (#402776)

Co-authored-by: paepckehh <git@paepcke.de>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-29 16:44:54 +00:00
committed by GitHub
co-authored by paepckehh
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "cliqr";
version = "0.1.26";
version = "0.1.29";
src = fetchFromGitHub {
owner = "paepckehh";
repo = "cliqr";
tag = "v${finalAttrs.version}";
hash = "sha256-JM5sWVby8dSFz2YtNXgU9z5fc6EI5nnxmpQN/71kdjI=";
hash = "sha256-fhNMiUaCTk4xYGJRMuZCHeYvzGeVwkS7E7LU1L+LuBg=";
};
vendorHash = null;