commit 76c48bd56408117eefb03ca287aa0bc5c87f9a77
parent cf801dc4e86fb5b9f76e0a66d45ff918a02ccb35
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 4 Oct 2022 14:41:25 +0200
parent cf801dc4e86fb5b9f76e0a66d45ff918a02ccb35
Author: Leah (ctucx) <git@ctu.cx>
Date: Tue, 4 Oct 2022 14:41:25 +0200
pkgs/gotosocial: update version 0.5.0-rc3 -> 0.5.1
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkgs/gotosocial/default.nix b/pkgs/gotosocial/default.nix @@ -2,13 +2,13 @@ let pname = "gotosocial"; - version = "0.5.0-rc3"; + version = "0.5.1"; src = fetchFromGitHub { owner = "superseriousbusiness"; repo = "gotosocial"; rev = "v${version}"; - sha256 = "sha256-4L6TkKrHBq33Yu7a/lJ7NaXxHjlz7ymBXKfDUtvLHkI"; + sha256 = "sha256-Vg/RfFsXaO/7vKUOfPP9PbWYahcPn6LtY+yE73T5JRA"; }; frontend-assets = mkYarnPackage {