ctucx.git: nixfiles

ctucx' nixfiles

commit 20106ae2007c49ec44e10a6e7862f5f1b92811e0
parent 9a4f655c834599edcc63ad18a344a8656d12adfc
Author: Leah (ctucx) <git@ctu.cx>
Date: Sat, 13 Apr 2024 11:30:17 +0200

pkgs/gotosocial: update version (0.14.0 -> 0.15.0)
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkgs/gotosocial/default.nix b/pkgs/gotosocial/default.nix
@@ -2,9 +2,9 @@
 
 buildGo121Module rec {
   pname   = "gotosocial";
-  version = "0.14.0-${builtins.substring 0 6 rev}";
-  rev     = "7bc536d1f7c19a63db871356b2f83f0cb8af1831";
-  sha256  = "sha256-EezOOe8IfOo3LO2eE0UNZC+txurvRefjGEoyV/IGQXE";
+  version = "0.15.0-${builtins.substring 0 6 rev}";
+  rev     = "15733cddb22de81475d1934be100cd3960668c43";
+  sha256  = "sha256-z0iETddkw4C2R6ig9ZO8MTvhuWnmQ37/6q3oZ4WAzd4";
 
 
   src = applyPatches {