ctucx.git: nixfiles

ctucx' nixfiles

commit e58d5120aec07593f9ee5b223745cd9472e07a9f
parent a3773bfded028e63b0783f184fe425b6d883d1de
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sun, 4 Sep 2022 20:21:07 +0200

pkgs/gotosocial-bin: update version 0.4.0-rc1 -> 0.4.0
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.4.0-rc1";
+  version = "0.4.0";
 
   src = fetchurl {
     url    = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
-    sha256 = "sha256-jTnrrKXTD70LsLfS3HIYnMP6SGHGqolO/Ri61vLLTIU";
+    sha256 = "sha256-CwfePhBN+VPcWASIv0mROH64UksYXWAyZe5LT+/Xn3k=";
   };
 
   nativeBuildInputs = [