From ab6facf4988e541d92937c951426288da915b7b7 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 10 Aug 2025 20:08:58 +0000 Subject: [PATCH] geminicommit: 0.4.1 -> 0.5.0 --- pkgs/by-name/ge/geminicommit/package.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/by-name/ge/geminicommit/package.nix b/pkgs/by-name/ge/geminicommit/package.nix index 2c83ac9c285a..adca1bc69f2a 100644 --- a/pkgs/by-name/ge/geminicommit/package.nix +++ b/pkgs/by-name/ge/geminicommit/package.nix @@ -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: ''