From 97b5957e8dfb85ace59413510d5ce30956bf3893 Mon Sep 17 00:00:00 2001 From: 2kybe3 Date: Mon, 20 Apr 2026 20:21:21 +0200 Subject: [PATCH] just: 1.49.0 -> 1.50.0 Changelog: https://github.com/casey/just/blob/1.50.0/CHANGELOG.md Diff: https://github.com/casey/just/compare/1.49.0...1.50.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 e6089f6751ab..5abbadc5b51b 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.49.0"; + version = "1.50.0"; in rustPlatform.buildRustPackage { inherit version; @@ -34,10 +34,10 @@ rustPlatform.buildRustPackage { owner = "casey"; repo = "just"; tag = version; - hash = "sha256-4vUcKHoQto4TQce4y4/MwdES0+PPlSjNvzLW77FodWs="; + hash = "sha256-2hq7lgjL4XbcaaWxuDfqU0UcC4DRYKL6WFjdnb5AmjY="; }; - cargoHash = "sha256-5hhwzkNgF+i5aCUoVh1VNfkNJFttyy5cLhBwu8uHmAQ="; + cargoHash = "sha256-tKeVE5BpDvElnpN/CO6lOqDUwhWD1dGm7k51Z3wAviE="; nativeBuildInputs = lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]