ctucx.git: nixfiles

ctucx' nixfiles

commit b87222a6227c340ed5c1be3f8a4d647b5759e4b7
parent a929e5941d2bc828513fdd6594d18f3abfa15f17
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 28 May 2022 20:21:47 +0200

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