From 659eb6a009c763cac6423d7c158ff605e89e33a5 Mon Sep 17 00:00:00 2001 From: Hythera <87016780+Hythera@users.noreply.github.com> Date: Tue, 9 Jun 2026 11:08:23 +0200 Subject: [PATCH] just: 1.51.0 -> 1.53.0 changelog: https://github.com/casey/just/blob/1.53.0/CHANGELOG.md diff: https://github.com/casey/just/compare/1.51.0...1.53.0 --- pkgs/by-name/ju/just/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/ju/just/package.nix b/pkgs/by-name/ju/just/package.nix index 045f45d4e8d2..8f4d4261cf6e 100644 --- a/pkgs/by-name/ju/just/package.nix +++ b/pkgs/by-name/ju/just/package.nix @@ -17,7 +17,7 @@ withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, }: let - version = "1.51.0"; + version = "1.53.0"; in rustPlatform.buildRustPackage { inherit version; @@ -36,10 +36,10 @@ rustPlatform.buildRustPackage { owner = "casey"; repo = "just"; tag = version; - hash = "sha256-urD9R/qn7rwtzaVP65angk7z4bwxlP3w5G5Aa5tVmuw="; + hash = "sha256-+/G5fIPBl9NoDL0i9y67tjccte75yMT84pqsCWropws="; }; - cargoHash = "sha256-war9yybsyfsm/wNlY+/fiN8pxxQwNLMogqe5u+jHNaw="; + cargoHash = "sha256-Rwv10c487qOf6nH/Nj8rcfMLHRm8RaA5OYOh5p27rtM="; nativeBuildInputs = lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]