ctucx.git: nixfiles

ctucx' nixfiles

commit f850dfeaeacd1896c3b7a31cf4845c78c194b3e9
parent dae33715f2f01eb5ea81aff599f4667deb186ab1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Wed, 11 May 2022 13:07:47 +0200

pkgs/gotosocial-bin: update -> 0.3.2
1 file changed, 3 insertions(+), 3 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.1";
+  version = "0.3.2";
 
   src = fetchurl {
-    url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
-    sha256 = "11h6dqlndw882325vgw5h4s0aahca6qjvsg02g3qz8ljdiyg8m2q";
+    url    = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
+    sha256 = "1crxn49dypmirb1626q679xjkq0qgsxdihwsnbhxzaz1wfllc35d";
   };
 
   nativeBuildInputs = [