ctucx.git: nixfiles

ctucx' nixfiles

commit 77dc9f7cb2d25b0b6d76ac395e3a396b0de997ed
parent e0f7b568ebb42d444503fd90543132a9febbf637
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 {