Update gotosocial to 0.11.0-rc2
This commit is contained in:
parent
ec9d75b77e
commit
0551f7e606
|
@ -113,6 +113,7 @@ in
|
|||
WorkingDirectory = "/var/lib/gotosocial";
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
requires = [ "minio.service" ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,11 +4,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gotosocial-bin";
|
||||
version = "0.10.0";
|
||||
version = "0.11.0-rc2";
|
||||
|
||||
src = builtins.fetchurl {
|
||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
||||
sha256 = "sha256:0fasrxcsn9fkycqyv76qqhbvplvr9n5yk1wjnmch3mhnjgzcl60n";
|
||||
sha256 = "sha256:0mzhn6p5kvjgbd7xsi28mgpa3yva76i5yjb5czs0fqph839aq45h";
|
||||
# sha256 = fakeSha256;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue