Skip to content

Commit 76215cb

Browse files
committed
1 parent fb35d81 commit 76215cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ja/jaq/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "jaq";
11-
version = "2.1.0";
11+
version = "2.1.1";
1212

1313
src = fetchFromGitHub {
1414
owner = "01mf02";
1515
repo = "jaq";
1616
tag = "v${version}";
17-
hash = "sha256-J+48TWGio6KplqYFJM25LGIuf+yAyE7NMqgPUPgpTeY=";
17+
hash = "sha256-8RP895GXoQOgMAfkfHIxCm0R2lmG+W3/H+xjcqSc3JM=";
1818
};
1919

2020
useFetchCargoVendor = true;
21-
cargoHash = "sha256-hgbRDsm9qghvUpKaFMr7keHEk9TUYRVZnnWouky/Zm8=";
21+
cargoHash = "sha256-movx0ahUD20OvLPZiLfXwN5tEkytUk9Q3cOTV1SJcvw=";
2222

2323
nativeInstallCheckInputs = [
2424
versionCheckHook

0 commit comments

Comments
 (0)