ecspresso: 2.8.3 -> 2.8.4 (#520961)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-17 19:44:17 +00:00
committed by GitHub
+3 -3
View File
@@ -7,20 +7,20 @@
buildGoModule (finalAttrs: {
pname = "ecspresso";
version = "2.8.3";
version = "2.8.4";
src = fetchFromGitHub {
owner = "kayac";
repo = "ecspresso";
tag = "v${finalAttrs.version}";
hash = "sha256-ljiYcOw5tvDYyPfgICidMiJElHls/dvgyIJW0wukIws=";
hash = "sha256-Mt4jXMPav82267lUlyI8MZ1g2LFsAylgoHo7QV4N0CQ=";
};
subPackages = [
"cmd/ecspresso"
];
vendorHash = "sha256-7WUnP5OpLHjjDUt9LMASQrefhGMk5RPpsmWne1eZpjQ=";
vendorHash = "sha256-xdj1wPg8YpcLW3QoDe/lBNkoMQR41oca1KI3sptXi9w=";
ldflags = [
"-s"