commit 5e185309f40a0c0aacb576950618883d8aa2ed62
parent 7d4b98f13c5ace8466c4817319455035b8a693a1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 5 Jul 2022 10:53:01 +0200
parent 7d4b98f13c5ace8466c4817319455035b8a693a1
Author: Leah (ctucx) <leah@ctu.cx>
Date: Tue, 5 Jul 2022 10:53:01 +0200
pkgs/gotosocial-bin: update 0.3.6 -> 0.3.7
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.6"; + version = "0.3.7"; src = fetchurl { url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz"; - sha256 = "sha256-6wp17qJNj5UyljmOtlLsmIjeNUs0lRn3Tax/Aqc+12I="; + sha256 = "sha256-klf1UWVI/vPeR3mTEoKQZtVsCBnDsrZlTSTUhgRQXFM="; }; nativeBuildInputs = [