Unverified Commit 1de85f4c authored by j-k's avatar j-k Committed by GitHub
Browse files

just: 1.45.0 -> 1.46.0 (#476307)

parents 4d404975 0346166d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
  withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,
}:
let
  version = "1.45.0";
  version = "1.46.0";
in
rustPlatform.buildRustPackage {
  inherit version;
@@ -34,10 +34,10 @@ rustPlatform.buildRustPackage {
    owner = "casey";
    repo = "just";
    tag = version;
    hash = "sha256-D+xMPpn8JLX88eIO9zY051K81KPGBhcFvhBIwuTDymk=";
    hash = "sha256-NE54LKS2bYBfQL+yLJPaG4iF7EiJfDqBfnsrlPo1+OE=";
  };

  cargoHash = "sha256-zokI+mWyI/HmzP7GuO59usEsscl3tpeyhNT2tXmLny8=";
  cargoHash = "sha256-yyaJAWp6luizA/aQuUGhdxRX2Ofri4CeLIO3/ndSCzc=";

  nativeBuildInputs =
    lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]