ctucx.git: nixfiles

ctucx' nixfiles

commit 79aa2b6d751397b07b165551b6a5d061100948d3
parent b855fef185a1f41eb676e929d100c7e7ca71de84
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 15 Jun 2022 11:23:43 +0200

pkgs/gotosocial: update 0.3.4 -> 0.3.5
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.4";
+  version = "0.3.5";
 
   src = fetchurl {
     url    = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
-    sha256 = "028lvfardbf85455bmazyd3qdbmiswgnnygsy9bplfhx1b04r1ys";
+    sha256 = "sha256-M39DQCu+54HPF6BCdF66dGT9N9p98YiPnh1cdWTFEKo=";
   };
 
   nativeBuildInputs = [