ec: 0.2.0 -> 0.3.1 (#498703)

This commit is contained in:
Gergő Gutyina
2026-04-08 13:06:10 +00:00
committed by GitHub
2 changed files with 13 additions and 4 deletions
+6
View File
@@ -19104,6 +19104,12 @@
githubId = 349360;
name = "Brandon Bennett";
};
neo = {
github = "chojs23";
githubId = 55792153;
name = "neo";
email = "chojs990222@gmail.com";
};
neosimsim = {
email = "me@abn.sh";
github = "neosimsim";
+7 -4
View File
@@ -10,13 +10,13 @@
buildGoModule (finalAttrs: {
pname = "ec";
version = "0.2.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "chojs23";
repo = "ec";
tag = "v${finalAttrs.version}";
hash = "sha256-vpl9Gz/DVjdplx80oQsTbH2hTS/3Y7dKZw4x52V6wJU=";
hash = "sha256-tnOr0AVPwEm9gONa7gl3TzhPC5/1WEAbW7Ew5/mNn5U=";
};
vendorHash = "sha256-bV5y8zKculYULkFl9J95qebLOzdTT/LuYycqMmHKZ+g=";
@@ -53,9 +53,12 @@ buildGoModule (finalAttrs: {
meta = {
description = "Easy terminal-native 3-way git conflict resolver vim-like workflow";
homepage = "https://github.com/chojs23/ec";
changelog = "https://github.com/chojs23/ec/blob/v${finalAttrs.version}/CHANGELOG.md";
changelog = "https://github.com/chojs23/ec/releases/tag/v${finalAttrs.version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ kpbaks ];
maintainers = with lib.maintainers; [
kpbaks
neo
];
mainProgram = "ec";
};
})