Unverified Commit edfea5b9 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

geminicommit: 0.4.1 -> 0.5.0 (#432615)

parents 43a602c2 ab6facf4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildGoModule (finalAttrs: {
  pname = "geminicommit";
  version = "0.4.1";
  version = "0.5.0";

  src = fetchFromGitHub {
    owner = "tfkhdyt";
    repo = "geminicommit";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QUI5JI1udOo3IOXegoes3pwwgSfxXIjxXIPsA5SuAJo=";
    hash = "sha256-wUqu6/j9AyD/THblX0w+Wt43FK//WammB6c425pTwbc=";
  };

  vendorHash = "sha256-AFm+1RQ6sMSe+kY/cw1Ly/8WEj2/yk0nJQiEJzV6jKg=";
  vendorHash = "sha256-4aVUD16zhzWvgD90gttmoDRoKKb0dRgDdH1HMfgd3LU=";

  nativeBuildInputs = [
    installShellFiles
@@ -29,8 +29,8 @@ buildGoModule (finalAttrs: {
      cmd = finalAttrs.meta.mainProgram;
      goDefaultCmd = finalAttrs.pname;
    in
    # The official github released binary is renamed since v0.4.1,
    # see: https://github.com/tfkhdyt/geminicommit/releases/tag/v0.4.1
    # The official github released binary is renamed since v0.5.0,
    # see: https://github.com/tfkhdyt/geminicommit/releases/tag/v0.5.0
    # Here we link the old name (which is also the `go build` default name)
    # for backward compatibility:
    ''