Skip to content

Commit

Permalink
Merge pull request NixOS#87873 from leenaars/sylk272
Browse files Browse the repository at this point in the history
Sylk: 2.7.0 -> 2.7.2
  • Loading branch information
Mic92 committed May 15, 2020
2 parents 9b3129e + 0a4f1bc commit 84f5d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/Sylk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

let
pname = "Sylk";
version = "2.7.0";
version = "2.7.2";
in

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

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

profile = ''
Expand Down

0 comments on commit 84f5d69

Please sign in to comment.