Skip to content

Commit

Permalink
Sylk: 2.8.0 -> 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leenaars authored and alyssais committed Aug 16, 2020
1 parent 5897bf1 commit 397b146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/Sylk/default.nix
Expand Up @@ -2,15 +2,15 @@

let
pname = "Sylk";
version = "2.8.0";
version = "2.8.2";
in

appimageTools.wrapType2 rec {
name = "${pname}-${version}";

src = fetchurl {
url = "http://download.ag-projects.com/Sylk/Sylk-${version}-x86_64.AppImage";
hash = "sha256:09j1kijs31yk3iw2lj7szv1nwkqiqydj3zkkmr49qlib1qj717wh";
hash = "sha256:0figpfm5cgbryq6v26k9gj42zgbk335bsa3bzyxpvz2slq8rzb2y";
};

profile = ''
Expand Down

0 comments on commit 397b146

Please sign in to comment.