Skip to content

Commit 09701a5

Browse files
geminicommit: 0.5.0 -> 0.6.0 (NixOS#460590)
2 parents 11e73bf + a14f80c commit 09701a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ge/geminicommit/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildGoModule (finalAttrs: {
1111
pname = "geminicommit";
12-
version = "0.5.0";
12+
version = "0.6.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "tfkhdyt";
1616
repo = "geminicommit";
1717
tag = "v${finalAttrs.version}";
18-
hash = "sha256-wUqu6/j9AyD/THblX0w+Wt43FK//WammB6c425pTwbc=";
18+
hash = "sha256-PH9IYVlHZuXEzpRvT0luSZej1dFzUyxGzoQ+z79u5kU=";
1919
};
2020

2121
vendorHash = "sha256-4aVUD16zhzWvgD90gttmoDRoKKb0dRgDdH1HMfgd3LU=";
@@ -29,8 +29,8 @@ buildGoModule (finalAttrs: {
2929
cmd = finalAttrs.meta.mainProgram;
3030
goDefaultCmd = finalAttrs.pname;
3131
in
32-
# The official github released binary is renamed since v0.5.0,
33-
# see: https://github.com/tfkhdyt/geminicommit/releases/tag/v0.5.0
32+
# The official github released binary is renamed since v0.6.0,
33+
# see: https://github.com/tfkhdyt/geminicommit/releases/tag/v0.6.0
3434
# Here we link the old name (which is also the `go build` default name)
3535
# for backward compatibility:
3636
''

0 commit comments

Comments
 (0)