ecspresso: 2.5.0 -> 2.6.0 (#430138)

Co-authored-by: FKouhai <frandres00@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-01 18:30:40 +00:00
committed by GitHub
co-authored by FKouhai
+3 -3
View File
@@ -7,20 +7,20 @@
buildGoModule rec {
pname = "ecspresso";
version = "2.5.0";
version = "2.6.0";
src = fetchFromGitHub {
owner = "kayac";
repo = "ecspresso";
tag = "v${version}";
hash = "sha256-j0vSDOWAnYhHV0+LXULX+5pHxGl4QCRREqir2ak00rY=";
hash = "sha256-t7XToo/OFrczwF24k51Ae1gFI3/C2HIP5mAJVN8BzLk=";
};
subPackages = [
"cmd/ecspresso"
];
vendorHash = "sha256-Y3Oxmk2nmZUGHzvSn0Wxp9ApPNy0x2fbYB3agZmCL8U=";
vendorHash = "sha256-tL/AjGU/Pi5ypcv9jqUukg6sGJqpPlHhwxzve7/KgDo=";
ldflags = [
"-s"