ecspresso: 2.7.1 -> 2.8.0 (#504361)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-28 13:32:20 +00:00
committed by GitHub
+3 -3
View File
@@ -7,20 +7,20 @@
buildGoModule (finalAttrs: {
pname = "ecspresso";
version = "2.7.1";
version = "2.8.0";
src = fetchFromGitHub {
owner = "kayac";
repo = "ecspresso";
tag = "v${finalAttrs.version}";
hash = "sha256-YKFaz31Dy4w8QLsNMyjVbbK/984D37snlFbNYeYr8SE=";
hash = "sha256-mcKvjNHpyP6s9D1KVIqZLmSPOUZ0RkXioGXWbRsp3uc=";
};
subPackages = [
"cmd/ecspresso"
];
vendorHash = "sha256-NFuWMfw31BfolRd8yxleVdwFi/XcnHcSTOlqkm/stko=";
vendorHash = "sha256-gkCs7wtaRdpA8BY8H309fJKRB8NwMehGvIW8tNNFb/I=";
ldflags = [
"-s"