File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ge/geminicommit Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010buildGoModule ( 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 ''
You can’t perform that action at this time.
0 commit comments