ctucx.git: nixfiles

ctucx' nixfiles

commit f1864b061f2dee89ae75976ac7b915241729aa56
parent ed072454da6747d56008984aa320dd92522e46f2
Author: Leah (ctucx) <git@ctu.cx>
Date: Sun, 16 Jun 2024 20:52:04 +0200

pkgs/gotosocial: update version (0.15.0 -> 0.16.0)
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pkgs/gotosocial/default.nix b/pkgs/gotosocial/default.nix
@@ -1,10 +1,10 @@
-{ applyPatches, fetchFromGitHub, mkYarnPackage, buildGo121Module, lib, ffmpeg, makeWrapper, installShellFiles, ... }:
+{ applyPatches, fetchFromGitHub, mkYarnPackage, buildGo122Module, lib, ffmpeg, makeWrapper, installShellFiles, ... }:
 
-buildGo121Module rec {
+buildGo122Module rec {
   pname   = "gotosocial";
-  version = "0.15.0-${builtins.substring 0 6 rev}";
-  rev     = "15733cddb22de81475d1934be100cd3960668c43";
-  sha256  = "sha256-z0iETddkw4C2R6ig9ZO8MTvhuWnmQ37/6q3oZ4WAzd4";
+  version = "0.16.0-${builtins.substring 0 6 rev}";
+  rev     = "f1cbf6fb761670e10eb8e3fecdc57578733186a1";
+  sha256  = "sha256-QoG09+jmq5e5vxDVtkhY35098W/9B1HsYTuUnz43LV4=";
 
 
   src = applyPatches {

@@ -75,7 +75,7 @@ buildGo121Module rec {
   meta = with lib; {
     description = "An ActivityPub social network server, written in Golang.";
     homepage    = "https://github.com/superseriousbusiness/gotosocial";
-    license     = licenses.agpl3;
+    license     = licenses.agpl3Only;
     platforms   = platforms.linux;
   };
 }