Skip to content

Commit f7586d8

Browse files
ejson2env: 2.0.7 -> 2.0.8 (#410217)
2 parents c416627 + 2678016 commit f7586d8

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.7";
13+
version = "2.0.8";
1414

1515
src = fetchFromGitHub {
1616
owner = "Shopify";
1717
repo = "ejson2env";
1818
rev = "v${version}";
19-
sha256 = "sha256-9i84nHIuAR7PG6/v8O5GEi6xToJk0c+knpVPOPx+1b8=";
19+
sha256 = "sha256-0DKKdu1b/gjwtKycdXrV3hzAeGmvK41MlZbltcEzj/g=";
2020
};
2121

22-
vendorHash = "sha256-NirIAwmrUH7ny1H7d63bIrFQ8EWuxjh6Qp66Sw8eMO8=";
22+
vendorHash = "sha256-UskdGQbLR4W7ucC0foMWim8o9BqyE5o0Nza9yVBTftY=";
2323

2424
ldflags = [
2525
"-s"

0 commit comments

Comments
 (0)