cliqr: 0.1.25 -> 0.1.26

This commit is contained in:
R. Ryantm
2025-02-22 12:42:39 +00:00
parent 4f59aa5ed1
commit a77746fb4d
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cliqr";
version = "0.1.25";
version = "0.1.26";
src = fetchFromGitHub {
owner = "paepckehh";
repo = "cliqr";
tag = "v${version}";
hash = "sha256-iPNI92kCNFXRiV5NV7Yj0gznwNeFoW02yh6QLrkBYO0=";
hash = "sha256-JM5sWVby8dSFz2YtNXgU9z5fc6EI5nnxmpQN/71kdjI=";
};
vendorHash = null;