geminicommit: 0.4.1 -> 0.5.0 (#432615)

Co-authored-by: bryango <bryango@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-11 14:07:13 +00:00
committed by GitHub
co-authored by bryango
+5 -5
View File
@@ -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:
''