ctucx.git: nixfiles

ctucx' nixfiles

commit 3332c7fb1dc3fbc765e57c0a0b7f9f531325b737
parent eab5b8088f1762429f8fb43ceb35cdfd33ca484a
Author: Leah (ctucx) <leah@ctu.cx>
Date: Thu, 23 Jun 2022 15:14:13 +0200

pkgs/gotosocial-bin: update 0.3.4 -> 0.3.6
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.5";
+  version = "0.3.6";
 
   src = fetchurl {
     url    = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
-    sha256 = "sha256-M39DQCu+54HPF6BCdF66dGT9N9p98YiPnh1cdWTFEKo=";
+    sha256 = "sha256-6wp17qJNj5UyljmOtlLsmIjeNUs0lRn3Tax/Aqc+12I=";
   };
 
   nativeBuildInputs = [