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