Unverified Commit 67f91c10 authored by Gergő Gutyina's avatar Gergő Gutyina Committed by GitHub
Browse files

ec: 0.2.0 -> 0.3.1 (#498703)

parents 3a24d4bc 0e54761c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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";
  };
})