ssb-patchwork: 3.17.2 -> 3.17.4

This commit is contained in:
Lorenzo Manacorda 2020-02-18 14:30:24 +01:00
parent aba59a9169
commit 01a9f0edbe

View file

@ -2,12 +2,12 @@
let
pname = "ssb-patchwork";
version = "3.17.2";
version = "3.17.4";
name = "Patchwork-${version}";
src = fetchurl {
url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${name}.AppImage";
sha256 = "1pmy01jwdr461vsl4fsxi3jaqnjx9yl5dw4987y5g73qx21qc5d5";
sha256 = "0mjyrd0d9wfsfd9ajg1xf7ijg4k8jp76swjsiydxpgfk1sdljswv";
};
binary = appimageTools.wrapType2 {
@ -45,9 +45,9 @@ in
longDescription = ''
sea-slang for gossip - a scuttlebutt is basically a watercooler on a ship.
'';
homepage = https://www.scuttlebutt.nz/;
homepage = "https://www.scuttlebutt.nz/";
license = licenses.agpl3;
maintainers = with maintainers; [ thedavidmeister ninjatrappeur flokli ];
maintainers = with maintainers; [ asymmetric ninjatrappeur thedavidmeister ];
platforms = [ "x86_64-linux" ];
};
}