ctucx.git: nixfiles

ctucx' nixfiles

commit 09bde96029d004813a9848534239ef2823925e59
parent 680703e74a2074aa5391542fa1c12336c76dc2ff
Author: Leah (ctucx) <leah@ctu.cx>
Date: Mon, 1 Aug 2022 21:39:41 +0200

pkgs/gotosocial-bin: update version 0.3.7 -> 0.3.8
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.7";
+  version = "0.3.8";
 
   src = fetchurl {
     url    = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
-    sha256 = "sha256-klf1UWVI/vPeR3mTEoKQZtVsCBnDsrZlTSTUhgRQXFM=";
+    sha256 = "sha256-IvVVRQoX6Zn8UhmM6EYAZaWlPdBaSdxhwVw9H6BvDvs";
   };
 
   nativeBuildInputs = [