Merge pull request #89609 from cyplo/update-ssb-patchwork
ssb-patchwork: 3.17.7 -> 3.18.0
This commit is contained in:
commit
7cc4c7a8e2
1 changed files with 13 additions and 13 deletions
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "ssb-patchwork";
|
pname = "ssb-patchwork";
|
||||||
version = "3.17.7";
|
version = "3.18.0";
|
||||||
name = "Patchwork-${version}";
|
name = "Patchwork-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${name}.AppImage";
|
url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${name}.AppImage";
|
||||||
sha256 = "1xj2aqy7daf4r3ypch6hkvk1s0jnx70qwh0p63c7rzm16vh8kb2f";
|
sha256 = "1sb9q1qj5mj4cf8d9dsc498mg8a1ri2y0p9qbh44i8ykby8jkgjc";
|
||||||
};
|
};
|
||||||
|
|
||||||
binary = appimageTools.wrapType2 {
|
binary = appimageTools.wrapType2 {
|
||||||
|
@ -47,7 +47,7 @@ in
|
||||||
'';
|
'';
|
||||||
homepage = "https://www.scuttlebutt.nz/";
|
homepage = "https://www.scuttlebutt.nz/";
|
||||||
license = licenses.agpl3;
|
license = licenses.agpl3;
|
||||||
maintainers = with maintainers; [ asymmetric ninjatrappeur thedavidmeister ];
|
maintainers = with maintainers; [ asymmetric ninjatrappeur ];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue