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

json2tsv: 1.0 -> 1.1
This commit is contained in:
Weijia Wang
2023-06-13 16:00:22 +03:00
committed by GitHub
+2 -2
View File
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "json2tsv";
version = "1.0";
version = "1.1";
src = fetchurl {
url = "https://codemadness.org/releases/json2tsv/json2tsv-${version}.tar.gz";
hash = "sha256-BOamDWszYDqKGdKOlAOLY7F9ScZaBJXNdhz38iYW3ps=";
hash = "sha256-7r5+YoZVivCqDbfFUqTB/x41DrZi7GZRVcJhGZCpw0o=";
};
postPatch = ''