aboutsummaryrefslogtreecommitdiffhomepage
path: root/pkgs
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-04 21:48:22 +0900
committernsfisis <nsfisis@gmail.com>2026-02-04 21:48:22 +0900
commitfd3f31055ee85bea8a203b2af71ab850b5189519 (patch)
treec6d539d0aea6f5f8737a82419f3adadb8f500c51 /pkgs
parenta32fa2aa3bee454d7fdf889a1c70185c3a174ada (diff)
downloadnur-packages-fd3f31055ee85bea8a203b2af71ab850b5189519.tar.gz
nur-packages-fd3f31055ee85bea8a203b2af71ab850b5189519.tar.zst
nur-packages-fd3f31055ee85bea8a203b2af71ab850b5189519.zip
feat(reparojson): upgrade to 0.1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/reparojson/default.nix6
1 files changed, 3 insertions, 3 deletions
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.";