File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88} :
99buildNpmPackage rec {
1010 pname = "gamja" ;
11- version = "1.0.0-beta.10 " ;
11+ version = "1.0.0-beta.11 " ;
1212
1313 src = fetchFromGitea {
1414 domain = "codeberg.org" ;
1515 owner = "emersion" ;
1616 repo = "gamja" ;
1717 rev = "v${ version } " ;
18- hash = "sha256-JqnEiPnYRGSeIZm34Guu7MgMfwcySc42aTXweMqL8BQ =" ;
18+ hash = "sha256-amwJ6PWS0In7ERcvZr5XbJyHedSwJGAUUS2vWIqktNE =" ;
1919 } ;
2020
21- npmDepsHash = "sha256-dAfbluNNBF1e9oagej+SRxO/YffCdLLAUUgt8krnWvg =" ;
21+ npmDepsHash = "sha256-5YU9H3XHwZADdIvKmS99cAFFg69GPJzD9u0LOuJmKXE =" ;
2222
2323 installPhase = ''
2424 runHook preInstall
@@ -33,7 +33,7 @@ buildNpmPackage rec {
3333
3434 meta = with lib ; {
3535 description = "Simple IRC web client" ;
36- homepage = "https://git.sr.ht/~ emersion/gamja" ;
36+ homepage = "https://codeberg.org/ emersion/gamja" ;
3737 license = licenses . agpl3Only ;
3838 maintainers = with maintainers ; [
3939 motiejus
You can’t perform that action at this time.
0 commit comments