Update GtS
This commit is contained in:
parent
297500e088
commit
a1e567e5f4
|
@ -4,11 +4,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gotosocial-bin";
|
||||
version = "0.10.0-rc1";
|
||||
version = "0.10.0-rc2";
|
||||
|
||||
src = builtins.fetchurl {
|
||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
||||
sha256 = "sha256:1a8ygs3kqi7v07mk96k3r4azbjz7sqgshlplslwbnfcsli8m60dz";
|
||||
sha256 = "sha256:0miihwp9nwvi4818wdfami2s0k6r8d6zzwh6nvxyy3b4hg3hsci0";
|
||||
# sha256 = fakeSha256;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue