From e92f93238fc54db6610d5aa0ab5723fa1d88e8c0 Mon Sep 17 00:00:00 2001 From: "Adam C. Stephens" Date: Fri, 14 Nov 2025 09:00:53 -0500 Subject: [PATCH] just: 1.43.0 -> 1.43.1 Changelog: https://github.com/casey/just/blob/1.43.1/CHANGELOG.md --- 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 6bcd1f2badba..16655bfe8757 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.43.0"; + version = "1.43.1"; in rustPlatform.buildRustPackage { inherit version; @@ -34,10 +34,10 @@ rustPlatform.buildRustPackage { owner = "casey"; repo = "just"; tag = version; - hash = "sha256-148bubjJYbmqugOd8crWXLqxigWfd3VVnsL0/WB2FYM="; + hash = "sha256-ma1P8mcSnU/G/B/pN2tDEVokP+fGShGFodS2TG4wyQY="; }; - cargoHash = "sha256-3DIpEPStOh/PcjoJ5dWpfSgRNMTCmN+wO2VzeNtikFU="; + cargoHash = "sha256-nT5GTAvj2+ytbOpRNNVardchK1aXPCiJGSUp5ZoBCVA="; nativeBuildInputs = lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]