Skip to content

Commit 5e1088a

Browse files
committed
jaq: 0.9.0 -> 0.10.0
1 parent a71e459 commit 5e1088a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/development/tools/jaq/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
rustPlatform.buildRustPackage rec {
44
pname = "jaq";
5-
version = "0.9.0";
5+
version = "0.10.0";
66

77
src = fetchFromGitHub {
88
owner = "01mf02";
99
repo = "jaq";
1010
rev = "v${version}";
11-
sha256 = "sha256-Y1QLNiAeHKYsSbFW235mdTiHyQFBQQsO+FtuFxDX9Hs=";
11+
sha256 = "sha256-v3dC5Qi0Op+oFCcbkbK1ZUQxWTEYVvXsc+ye9Kk9y7c=";
1212
};
1313

14-
cargoSha256 = "sha256-+9uy5R/dO2T/6dRhtYlPCKfosaYua0JvbECvMacc3XA=";
14+
cargoHash = "sha256-N3zlaoBPVK4xI+t3F+NXz0DhqIOoE3lh3FftToACeZM=";
1515

1616
buildInputs = lib.optionals stdenv.isDarwin [ Security ];
1717

0 commit comments

Comments
 (0)