ejson: 1.5.2 -> 1.5.3

This commit is contained in:
R. Ryantm
2024-12-08 14:33:09 +00:00
parent 0bc7caf6ff
commit 6ecd548542
+2 -2
View File
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "ejson";
version = "1.5.2";
version = "1.5.3";
src = fetchFromGitHub {
owner = "Shopify";
repo = "ejson";
rev = "v${version}";
sha256 = "sha256-Pv0eoFf/E+PE/C+0wsSQxhVTlymOMAYk5UVQP2udpnA=";
sha256 = "sha256-WazcVmZq9uQPXbslWFW0r0SFF4xNKECgxcBoD+RS17k=";
};
vendorHash = "sha256-N2vcj3STkaZO2eRr8VztZTWOBUTI+wOri0HYDJ1KiN8=";