commit 90a4191346abecc41e6e656af0b4f56c2fcee03e
parent c57da4bac3bafed3d74d06503f4c355d5104a97b
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 23 Apr 2025 11:22:10 +0200
parent c57da4bac3bafed3d74d06503f4c355d5104a97b
Author: Katja (ctucx) <git@ctu.cx>
Date: Wed, 23 Apr 2025 11:22:10 +0200
packages/all/gomuks-web: update version
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/packages/all/gomuks-web.nix b/packages/all/gomuks-web.nix @@ -6,8 +6,8 @@ let in buildGo123Module rec { pname = "gomuks-web"; version = "0.4.0-${builtins.substring 0 6 rev}"; - rev = "295d1f156e4d4bd1b0e47596cc1bf02c1b9173ec"; - sha256 = "sha256-AB7Gjs/42r3CiHTOqc0Y3EJCUio9i48dMGsLMRQG+nA="; + rev = "fac444acd101762df62550fc298c2be1f92fbb54"; + sha256 = "sha256-pqMRJBcxiBkGelgPJd04OfWRqI9tLE4+ab083S73/cA="; src = fetchFromGitHub { @@ -22,14 +22,14 @@ in buildGo123Module rec { inherit version; npmBuildScript = "build"; - npmDepsHash = "sha256-ilgjik6TlhSfnRKN7MfJZ9rJfcGLfwNZ9JhuTxgBmTM="; + npmDepsHash = "sha256-Mt2gJ1lLT3oQ3RKr3XTVFXkS/Xmjy0gahbdaxxrO+6g="; installPhase = '' cp -r dist $out ''; }; - vendorHash = "sha256-uF1WoSFOnKqaydqRRDzol0jKO5KmqLNRL0apupDCtIg="; + vendorHash = "sha256-qeSxxd9ml2ENAYSPkdd1OWqy2DULnwLUVkKje47uT/I="; buildInputs = (lib.optional (!withGoolm) olm) ++ (lib.optional withGoolm stdenv.cc.cc.lib); @@ -50,7 +50,7 @@ in buildGo123Module rec { doCheck = false; - meta = with lib; { + meta = { description = "A Matrix client written in Go"; homepage = "https://github.com/tulir/gomuks"; mainProgram = "gomuks-web";