Skip to content

Commit

Permalink
gotosocial: 0.17.0 -> 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CherryKitten committed Oct 31, 2024
1 parent ac9bfb8 commit 02550a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/gotosocial/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ let
owner = "superseriousbusiness";
repo = "gotosocial";

version = "0.17.0";
version = "0.17.1";

web-assets = fetchurl {
url = "https://github.com/${owner}/${repo}/releases/download/v${version}/${repo}_${version}_web-assets.tar.gz";
hash = "sha256-ASqPIf98qdnkh3j72ifQN3mWnzNCTRcUegmrStvQ08Q=";
hash = "sha256-rGntLlIbgfCtdqpD7tnvAY8qwF+BpYbQWfAGMhdOTgY=";
};
in
buildGoModule rec {
Expand All @@ -23,7 +23,7 @@ buildGoModule rec {
src = fetchFromGitHub {
inherit owner repo;
rev = "refs/tags/v${version}";
hash = "sha256-uyqP3zhjcXKejGFAwZoTn2kY8IpX0QAAXNzb1VG6ve8=";
hash = "sha256-oWWsCs9jgd244yzWhgLkuHp7kY0BQ8+Ay6KpuBVG+U8=";
};

vendorHash = null;
Expand Down

0 comments on commit 02550a3

Please sign in to comment.