Unverified Commit 2357fffb authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

Merge pull request #332602 from r-ryantm/auto-update/json2tsv

json2tsv: 1.1 -> 1.2
parents 2fadcab8 227624c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
  pname = "json2tsv";
  version = "1.1";
  version = "1.2";

  src = fetchurl {
    url = "https://codemadness.org/releases/json2tsv/json2tsv-${version}.tar.gz";
    hash = "sha256-7r5+YoZVivCqDbfFUqTB/x41DrZi7GZRVcJhGZCpw0o=";
    hash = "sha256-ET5aeuspXn+BNfIxytkACR+Zrr1smDFvdh03fptQ/YQ=";
  };

  postPatch = ''
+0 −2
Original line number Diff line number Diff line
@@ -21072,8 +21072,6 @@ with pkgs;
  json2hcl = callPackage ../development/tools/json2hcl { };
  json2tsv = callPackage ../development/tools/json2tsv { };
  json2yaml = haskell.lib.compose.justStaticExecutables haskellPackages.json2yaml;
  json-glib = callPackage ../development/libraries/json-glib { };