From 9e000dfc141de0e7adcea30f85010001e46830ad Mon Sep 17 00:00:00 2001 From: Muhammad Falak R Wani Date: Wed, 16 Jul 2025 09:43:07 +0530 Subject: [PATCH] just: 1.42.1 -> 1.42.2 Diff: https://github.com/casey/just/compare/refs/tags/1.42.1...1.42.2 Changelog: https://github.com/casey/just/blob/1.42.2/CHANGELOG.md Signed-off-by: Muhammad Falak R Wani --- 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 d018b97afdfc..d401d9dcda8f 100644 --- a/pkgs/by-name/ju/just/package.nix +++ b/pkgs/by-name/ju/just/package.nix @@ -19,7 +19,7 @@ rustPlatform.buildRustPackage rec { pname = "just"; - version = "1.42.1"; + version = "1.42.2"; outputs = [ "out" @@ -33,11 +33,11 @@ rustPlatform.buildRustPackage rec { owner = "casey"; repo = "just"; tag = version; - hash = "sha256-H0E/7L/rLHB/QOSTyqHcStXHJJZ6P01o76Zvp65tAo8="; + hash = "sha256-CbtaYXkpUQ9FgzSgm4j+7W0JibeHVHr1Wv9ObR75KOk="; }; useFetchCargoVendor = true; - cargoHash = "sha256-PgReP2cePDkxkxO+3mdhgAJ05reuBozLYpETcC3eFck="; + cargoHash = "sha256-nxIzxrMdSDNq46ouzcCDoqaNA5fAdqkbb+ovufwRXWM="; nativeBuildInputs = lib.optionals (installShellCompletions || installManPages) [ installShellFiles ]