ctucx.git: nixfiles

ctucx' nixfiles

commit 602fa6d112f7c9e7ce281c82e3c6ffd477d54c5c
parent 993ec747b8167699815e1ee74fe6bb5c027f7c54
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 18 Aug 2022 11:06:05 +0200

pkgs/gotosocial-bin: update version 0.3.8 -> 0.4.0-rc1
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/gotosocial-bin.nix b/pkgs/gotosocial-bin.nix
@@ -3,11 +3,11 @@
 stdenv.mkDerivation rec {
   pname = "gotosocial";
 
-  version = "0.3.8";
+  version = "0.4.0-rc1";
 
   src = fetchurl {
     url    = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
-    sha256 = "sha256-IvVVRQoX6Zn8UhmM6EYAZaWlPdBaSdxhwVw9H6BvDvs";
+    sha256 = "sha256-jTnrrKXTD70LsLfS3HIYnMP6SGHGqolO/Ri61vLLTIU";
   };
 
   nativeBuildInputs = [