Skip to content

Commit 3b81fff

Browse files
committed
gamja: 1.0.0-beta.10 -> 1.0.0-beta.11
1 parent 1357d0e commit 3b81fff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ga/gamja/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
}:
99
buildNpmPackage 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

0 commit comments

Comments
 (0)