Unverified Commit 300e2933 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #194245 from r-ryantm/auto-update/jaq

jaq: 0.8.0 -> 0.8.1
parents 5bdb57be b1e552ef
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
  pname = "jaq";
  version = "0.8.0";
  version = "0.8.1";

  src = fetchFromGitHub {
    owner = "01mf02";
    repo = "jaq";
    rev = "v${version}";
    sha256 = "sha256-4WCVXrw/v3cGsl7S1nGqKmWrIHeM/ODCXQBxQJgZLjw=";
    sha256 = "sha256-lTfpN+BnWMENRlSjR1+iGlGMTp4BBiMDvzFjvwRpuLQ=";
  };

  cargoSha256 = "sha256-D+Wpzgj05PJcMlGS9eL43SdncHO/q1Wt00gvPlC7ZAE=";
  cargoSha256 = "sha256-z12ecgJJYKYc5kOLyjZU/MfBuBp7aJuEmDAGleiecz0=";

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