ctucx.git: nixfiles

ctucx' nixfiles

commit 11fa5adf8bb2694fd07f5dba907523ac458c3807
parent 336147b7f38bb651baa3e935444efc016d13559d
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 13 Sep 2022 15:31:52 +0200

pkgs/gotosocial: update version 0.4.0 -> 0.5.0-rc1
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/gotosocial/default.nix b/pkgs/gotosocial/default.nix
@@ -2,13 +2,13 @@
 
 let
   pname   = "gotosocial";
-  version = "0.4.0";
+  version = "0.5.0-rc1";
 
   src = fetchFromGitHub {
     owner  = "superseriousbusiness";
     repo   = "gotosocial";
     rev    = "v${version}";
-    sha256 = "sha256-JanTDdYQKXv1WLzCeqX0ySqORUwN/phL6Bj89xgkRQk";
+    sha256 = "sha256-xq+hebQaJZ1C2Tgc9MwWf8fYTpSu8B6EZMC8CKB2nu0";
   };
 
   frontend-assets =  mkYarnPackage {