just: 1.42.4 -> 1.43.0 (#446869)

authored by Adam C. Stephens and committed by GitHub 4bdd336d 89d04172

+7 -5
+7 -5
pkgs/by-name/ju/just/package.nix
··· 16 # run the compiled `generate-book` utility to prepare the files for mdbook 17 withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, 18 }: 19 - 20 - rustPlatform.buildRustPackage rec { 21 pname = "just"; 22 - version = "1.42.4"; 23 outputs = [ 24 "out" 25 ] ··· 32 owner = "casey"; 33 repo = "just"; 34 tag = version; 35 - hash = "sha256-MLGtHMNCyhYq9OTquCc9zKmear1ts5vNAvlLxNQaOqk="; 36 }; 37 38 - cargoHash = "sha256-udNHlPEwTb5S1ZypIqng7JLZ6Yl1vbYwASn+DT2SOLY="; 39 40 nativeBuildInputs = 41 lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]
··· 16 # run the compiled `generate-book` utility to prepare the files for mdbook 17 withDocumentation ? stdenv.buildPlatform.canExecute stdenv.hostPlatform, 18 }: 19 + let 20 + version = "1.43.0"; 21 + in 22 + rustPlatform.buildRustPackage { 23 + inherit version; 24 pname = "just"; 25 outputs = [ 26 "out" 27 ] ··· 34 owner = "casey"; 35 repo = "just"; 36 tag = version; 37 + hash = "sha256-148bubjJYbmqugOd8crWXLqxigWfd3VVnsL0/WB2FYM="; 38 }; 39 40 + cargoHash = "sha256-3DIpEPStOh/PcjoJ5dWpfSgRNMTCmN+wO2VzeNtikFU="; 41 42 nativeBuildInputs = 43 lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]