Skip to content

Commit

Permalink
Merge pull request #123112 from cyplo/upgrade-patchwork
Browse files Browse the repository at this point in the history
ssb-patchwork: 3.18.0 -> 3.18.1
  • Loading branch information
SuperSandro2000 committed May 17, 2021
2 parents 63365ac + 15fb331 commit 06d7fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/networking/ssb-patchwork/default.nix
Expand Up @@ -2,12 +2,12 @@

let
pname = "ssb-patchwork";
version = "3.18.0";
version = "3.18.1";
name = "Patchwork-${version}";

src = fetchurl {
url = "https://github.com/ssbc/patchwork/releases/download/v${version}/${name}.AppImage";
sha256 = "1sb9q1qj5mj4cf8d9dsc498mg8a1ri2y0p9qbh44i8ykby8jkgjc";
sha256 = "F8n6LLbgkg3z55lSY60T+pn2lra8aPt6Ztepw1gf2rI=";
};

binary = appimageTools.wrapType2 {
Expand Down Expand Up @@ -47,7 +47,7 @@ in
'';
homepage = "https://www.scuttlebutt.nz/";
license = licenses.agpl3;
maintainers = with maintainers; [ asymmetric ninjatrappeur ];
maintainers = with maintainers; [ asymmetric ninjatrappeur cyplo ];
platforms = [ "x86_64-linux" ];
};
}

0 comments on commit 06d7fd6

Please sign in to comment.