bump gamja

This commit is contained in:
2025-04-13 17:09:02 +00:00
parent ca831ff3e5
commit ed60715544

View File

@@ -8,17 +8,17 @@
}: }:
buildNpmPackage rec { buildNpmPackage rec {
pname = "gamja"; pname = "gamja";
version = "1.0.0-beta.10"; version = "1.0.0-beta.11";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "emersion"; owner = "emersion";
repo = "gamja"; repo = "gamja";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-JqnEiPnYRGSeIZm34Guu7MgMfwcySc42aTXweMqL8BQ="; hash = "sha256-amwJ6PWS0In7ERcvZr5XbJyHedSwJGAUUS2vWIqktNE=";
}; };
npmDepsHash = "sha256-dAfbluNNBF1e9oagej+SRxO/YffCdLLAUUgt8krnWvg="; npmDepsHash = "sha256-5YU9H3XHwZADdIvKmS99cAFFg69GPJzD9u0LOuJmKXE=";
installPhase = '' installPhase = ''
runHook preInstall runHook preInstall
@@ -33,7 +33,7 @@ buildNpmPackage rec {
meta = with lib; { meta = with lib; {
description = "Simple IRC web client"; description = "Simple IRC web client";
homepage = "https://git.sr.ht/~emersion/gamja"; homepage = "https://codeberg.org/emersion/gamja";
license = licenses.agpl3Only; license = licenses.agpl3Only;
maintainers = with maintainers; [ maintainers = with maintainers; [
motiejus motiejus