Unverified Commit efae0abf authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

hujsonfmt: 0-unstable-2022-12-23 -> 0-unstable-2025-06-05 (#476890)

parents 16f5da3a 85f9e9d9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@ let
in
buildGoModule {
  pname = "hujsonfmt";
  version = "0-unstable-2022-12-23";
  version = "0-unstable-2025-06-05";

  src = fetchFromGitHub {
    owner = "tailscale";
    repo = "hujson";
    rev = "20486734a56a3455c47994bf4942974d6f9969a0";
    hash = "sha256-j2HRs5zZ0jTIqWIRhHheO9eaGzMMkNuKXuhboq9KpB4=";
    rev = "992244df8c5ad853c10f498549e0eab54e515d13";
    hash = "sha256-5lEvWiCxU+5oKbBon8EvBUON9WtxDausRVFU1+q2TZE=";
  };

  proxyVendor = true;