Compare commits
2 commits
4201bdde3f
...
42c2668094
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | 42c2668094 | ||
Natsu Kagami | 3a2c2b428c |
|
@ -40,6 +40,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
htop-vim
|
||||
|
||||
docker-compose
|
||||
];
|
||||
|
|
|
@ -4,11 +4,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gotosocial-bin";
|
||||
version = "0.8.1";
|
||||
version = "0.9.0-rc1";
|
||||
|
||||
src = builtins.fetchurl {
|
||||
url = "https://github.com/superseriousbusiness/gotosocial/releases/download/v${version}/gotosocial_${version}_linux_amd64.tar.gz";
|
||||
sha256 = "sha256:0vfgz236s4zqcv4a8bylp5znina26nvckdk1vgxbqkdnip3mnirj";
|
||||
sha256 = "1liz4avmqlnsb0ry5qzha5rsa5g81jd755ppl8yx8cpiyrs7lj8w";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ autoPatchelfHook ];
|
||||
|
|
Loading…
Reference in a new issue