From fd3f31055ee85bea8a203b2af71ab850b5189519 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 4 Feb 2026 21:48:22 +0900 Subject: feat(reparojson): upgrade to 0.1.3 --- justfile | 4 ++++ pkgs/reparojson/default.nix | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index c6d5243..8ec37f8 100644 --- a/justfile +++ b/justfile @@ -4,3 +4,7 @@ commit-upgrade PKG VERSION: update-claude-code: pkgs/claude-code/update.sh NIXPKGS_ALLOW_UNFREE=1 nix build --impure ".#claude-code" + +update-reparojson: + nix run nixpkgs#nix-update -- --flake reparojson + nix build ".#reparojson" diff --git a/pkgs/reparojson/default.nix b/pkgs/reparojson/default.nix index 3402593..867b9af 100644 --- a/pkgs/reparojson/default.nix +++ b/pkgs/reparojson/default.nix @@ -6,15 +6,15 @@ rustPlatform.buildRustPackage rec { pname = "reparojson"; - version = "0.1.2"; + version = "0.1.3"; src = fetchFromGitHub { owner = "nsfisis"; repo = "reparojson"; rev = "v${version}"; - hash = "sha256-kex4LNS7yT8BbaNE/uZrGED8Rx2QmPgCgPwBnIO2za8="; + hash = "sha256-HJfzxNDFzutYluc+VKcsxxzStEaizSfynyvq0U4tEs0="; }; - cargoHash = "sha256-nFv22XP5bhS++li21VsB4aMJ3q5veH6zsK9cCNTVz0k="; + cargoHash = "sha256-sSLjobm/hWpkEaRIvPshjCXNKmLlIHOsSRyBqGTshlQ="; meta = { description = "A simple command-line tool to repair JSON. It only fixes the syntactic errors and never formats the given input."; -- cgit v1.3-1-g0d28