We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ece6ab1 + 76215cb commit 8fffefaCopy full SHA for 8fffefa
pkgs/by-name/ja/jaq/package.nix
@@ -8,17 +8,17 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "jaq";
11
- version = "2.1.0";
+ version = "2.1.1";
12
13
src = fetchFromGitHub {
14
owner = "01mf02";
15
repo = "jaq";
16
tag = "v${version}";
17
- hash = "sha256-J+48TWGio6KplqYFJM25LGIuf+yAyE7NMqgPUPgpTeY=";
+ hash = "sha256-8RP895GXoQOgMAfkfHIxCm0R2lmG+W3/H+xjcqSc3JM=";
18
};
19
20
useFetchCargoVendor = true;
21
- cargoHash = "sha256-hgbRDsm9qghvUpKaFMr7keHEk9TUYRVZnnWouky/Zm8=";
+ cargoHash = "sha256-movx0ahUD20OvLPZiLfXwN5tEkytUk9Q3cOTV1SJcvw=";
22
23
nativeInstallCheckInputs = [
24
versionCheckHook
0 commit comments