just: 1.43.0 -> 1.43.1

Changelog: https://github.com/casey/just/blob/1.43.1/CHANGELOG.md
This commit is contained in:
Adam C. Stephens
2025-11-14 09:00:53 -05:00
parent 1a5423ca69
commit e92f93238f

View File

@@ -17,7 +17,7 @@
withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform,
}: }:
let let
version = "1.43.0"; version = "1.43.1";
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
inherit version; inherit version;
@@ -34,10 +34,10 @@ rustPlatform.buildRustPackage {
owner = "casey"; owner = "casey";
repo = "just"; repo = "just";
tag = version; tag = version;
hash = "sha256-148bubjJYbmqugOd8crWXLqxigWfd3VVnsL0/WB2FYM="; hash = "sha256-ma1P8mcSnU/G/B/pN2tDEVokP+fGShGFodS2TG4wyQY=";
}; };
cargoHash = "sha256-3DIpEPStOh/PcjoJ5dWpfSgRNMTCmN+wO2VzeNtikFU="; cargoHash = "sha256-nT5GTAvj2+ytbOpRNNVardchK1aXPCiJGSUp5ZoBCVA=";
nativeBuildInputs = nativeBuildInputs =
lib.optionals (installShellCompletions || installManPages) [ installShellFiles ] lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]