ctucx.git: nixfiles

ctucx' nixfiles

commit d85737fd82df66cf5e303f925ef406fb3db1293f
parent 891fd24a83e8e5daeadbc71a0298406cd07c9ac7
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 22 Oct 2024 13:42:27 +0200

pkgs/gotosocial: update version (0.16.0 -> 0.17.0)
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/gotosocial/default.nix b/pkgs/gotosocial/default.nix
@@ -2,9 +2,9 @@
 
 buildGo122Module rec {
   pname   = "gotosocial";
-  version = "0.16.0-${builtins.substring 0 6 rev}";
-  rev     = "f1cbf6fb761670e10eb8e3fecdc57578733186a1";
-  sha256  = "sha256-QoG09+jmq5e5vxDVtkhY35098W/9B1HsYTuUnz43LV4=";
+  version = "0.17.0-${builtins.substring 0 6 rev}";
+  rev     = "3ad49f77189870e210a7224f72dd65b63974c1dd";
+  sha256  = "sha256-uyqP3zhjcXKejGFAwZoTn2kY8IpX0QAAXNzb1VG6ve8=";
 
 
   src = applyPatches {