nimPackages.jsony: ~1.1.4 -> 1.1.5

This commit is contained in:
Trevor Richards 2023-09-30 22:24:26 -07:00 committed by Emery Hemingway
parent 16587d09a5
commit 006a72a68d

View File

@ -2,13 +2,13 @@
buildNimPackage rec {
pname = "jsony";
version = "d0e69bddf83874e15b5c2f52f8b1386ac080b443";
version = "1.1.5";
src = fetchFromGitHub {
owner = "treeform";
repo = pname;
rev = version;
sha256 = "1p250wb97nzz2g0vvq6mn521fx7sn1jpk1ralbzqh5q8clh4g7wr";
sha256 = "1720iqsxjhqmhw1zhhs7d2ncdz25r8fqadls1p1iry1wfikjlnba";
};