Skip to content

Commit 5a50bc3

Browse files
authored
ejson2env: 2.0.6 -> 2.0.7 (#380525)
2 parents 34e8797 + 689d3f1 commit 5a50bc3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ej/ejson2env/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010

1111
buildGoModule rec {
1212
pname = "ejson2env";
13-
version = "2.0.6";
13+
version = "2.0.7";
1414

1515
src = fetchFromGitHub {
1616
owner = "Shopify";
1717
repo = pname;
1818
rev = "v${version}";
19-
sha256 = "sha256-VXkWmmX+4D+j9ODSEeJJbIx+Bfni9d2X22BFQIe4kwk=";
19+
sha256 = "sha256-9i84nHIuAR7PG6/v8O5GEi6xToJk0c+knpVPOPx+1b8=";
2020
};
2121

22-
vendorHash = "sha256-7oy8bCegsvv35zyo2aTFMSGZMFkArmxy0rOpK6WlubI=";
22+
vendorHash = "sha256-NirIAwmrUH7ny1H7d63bIrFQ8EWuxjh6Qp66Sw8eMO8=";
2323

2424
ldflags = [
2525
"-s"

0 commit comments

Comments
 (0)