We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab466c commit e5261b1Copy full SHA for e5261b1
1 file changed
pkgs/by-name/cl/cliqr/package.nix
@@ -7,13 +7,13 @@
7
8
buildGoModule (finalAttrs: {
9
pname = "cliqr";
10
- version = "0.1.29";
+ version = "0.1.30";
11
12
src = fetchFromGitHub {
13
owner = "paepckehh";
14
repo = "cliqr";
15
tag = "v${finalAttrs.version}";
16
- hash = "sha256-fhNMiUaCTk4xYGJRMuZCHeYvzGeVwkS7E7LU1L+LuBg=";
+ hash = "sha256-+HP7RDh/8gIsHAO1adtClKZbBg70LSxvf88aS0hFBJs=";
17
};
18
19
vendorHash = null;
0 commit comments