just: 1.40.0 -> 1.42.1
Diff: https://github.com/casey/just/compare/refs/tags/1.40.0...1.42.1 Changelog: https://github.com/casey/just/blob/1.42.1/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
This commit is contained in:
committed by
Vincent Laporte
parent
618d65cec2
commit
8930a1d63d
@@ -19,7 +19,7 @@
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "just";
|
||||
version = "1.40.0";
|
||||
version = "1.42.1";
|
||||
outputs =
|
||||
[
|
||||
"out"
|
||||
@@ -33,11 +33,11 @@ rustPlatform.buildRustPackage rec {
|
||||
owner = "casey";
|
||||
repo = "just";
|
||||
tag = version;
|
||||
hash = "sha256-pmuwZoBIgUsKWFTXo8HYHVxrDWPMO8cumD/UHajFS6A=";
|
||||
hash = "sha256-H0E/7L/rLHB/QOSTyqHcStXHJJZ6P01o76Zvp65tAo8=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-mQQGxtSgNuRbz/83eWru+dmtWiLSKdVH+3z88BNugQE=";
|
||||
cargoHash = "sha256-PgReP2cePDkxkxO+3mdhgAJ05reuBozLYpETcC3eFck=";
|
||||
|
||||
nativeBuildInputs =
|
||||
lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]
|
||||
|
||||
Reference in New Issue
Block a user