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.
1 parent a71e459 commit 5e1088aCopy full SHA for 5e1088a
1 file changed
pkgs/development/tools/jaq/default.nix
@@ -2,16 +2,16 @@
2
3
rustPlatform.buildRustPackage rec {
4
pname = "jaq";
5
- version = "0.9.0";
+ version = "0.10.0";
6
7
src = fetchFromGitHub {
8
owner = "01mf02";
9
repo = "jaq";
10
rev = "v${version}";
11
- sha256 = "sha256-Y1QLNiAeHKYsSbFW235mdTiHyQFBQQsO+FtuFxDX9Hs=";
+ sha256 = "sha256-v3dC5Qi0Op+oFCcbkbK1ZUQxWTEYVvXsc+ye9Kk9y7c=";
12
};
13
14
- cargoSha256 = "sha256-+9uy5R/dO2T/6dRhtYlPCKfosaYua0JvbECvMacc3XA=";
+ cargoHash = "sha256-N3zlaoBPVK4xI+t3F+NXz0DhqIOoE3lh3FftToACeZM=";
15
16
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
17
0 commit comments