Skip to content

Commit d9d1651

Browse files
ecspresso: 2.4.6 -> 2.5.0 (#406088)
Co-authored-by: FKouhai <[email protected]>
2 parents 5a1b4e0 + 9e6135b commit d9d1651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ec/ecspresso/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@
77

88
buildGoModule rec {
99
pname = "ecspresso";
10-
version = "2.4.6";
10+
version = "2.5.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "kayac";
1414
repo = "ecspresso";
1515
tag = "v${version}";
16-
hash = "sha256-tpTtGU0tqBuRu61jtEdK+/JbJsWdVEks1iKCsne9sQQ=";
16+
hash = "sha256-j0vSDOWAnYhHV0+LXULX+5pHxGl4QCRREqir2ak00rY=";
1717
};
1818

1919
subPackages = [
2020
"cmd/ecspresso"
2121
];
2222

23-
vendorHash = "sha256-P5qx6rNFzyKA4L/bAIsdzL1McGkeRF/5ah0gRx1lBZk=";
23+
vendorHash = "sha256-Y3Oxmk2nmZUGHzvSn0Wxp9ApPNy0x2fbYB3agZmCL8U=";
2424

2525
ldflags = [
2626
"-s"

0 commit comments

Comments
 (0)