h: bump gotosocial
This commit is contained in:
parent
d5d2e76317
commit
d559eee2da
@ -1,14 +1,14 @@
|
||||
{ stdenv, lib, buildGoModule, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ...
|
||||
{ stdenv, lib, buildGo119Module, fetchFromGitHub, makeWrapper, go, git, ffmpeg, ...
|
||||
}:
|
||||
let
|
||||
gotosocialVersion = "0.5.1";
|
||||
gotosocialVersion = "0.5.2";
|
||||
gotosocialWebAssets = builtins.fetchurl {
|
||||
url =
|
||||
"https://github.com/superseriousbusiness/gotosocial/releases/download/v${gotosocialVersion}/gotosocial_${gotosocialVersion}_web-assets.tar.gz";
|
||||
sha256 = "sha256:0dqiw7161341smy8nm24xhbybyghali0mm0zdwlcl8dx2fp6nrx7";
|
||||
sha256 = "sha256:10gqjzcp2j88cps44g7c2zdnz3is4i534ns29m9h57b7704zlqjn";
|
||||
};
|
||||
in with lib;
|
||||
buildGoModule rec {
|
||||
buildGo119Module rec {
|
||||
pname = "gotosocial";
|
||||
version = gotosocialVersion;
|
||||
|
||||
@ -16,7 +16,7 @@ buildGoModule rec {
|
||||
owner = "superseriousbusiness";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
hash = "sha256-Vg/RfFsXaO/7vKUOfPP9PbWYahcPn6LtY+yE73T5JRA=";
|
||||
hash = "sha256-fQDxU2+sj0QhGOQQRVjKzlyi1PEm/O0B8/V4cac4Kdo=";
|
||||
};
|
||||
|
||||
ldflags = [
|
||||
|
Loading…
Reference in New Issue
Block a user