Merge master into staging-next

This commit is contained in:
Frederik Rietdijk
2020-02-06 19:43:36 +01:00
78 changed files with 1180 additions and 1672 deletions
+2 -2
View File
@@ -15,13 +15,13 @@ in
stdenv.mkDerivation rec {
name = "${package}-${version}";
version = "0.5.6";
version = "0.5.7";
src = fetchFromGitHub {
repo = "JFBView";
owner = "jichu4n";
rev = version;
sha256 = "09rcmlf04aka0yzr25imadi0fl4nlbsxcahs7fhvzx4nql4halqw";
sha256 = "0ppns49hnmp04zdjw6wc28v0yvz31rkzvd5ylcj7arikx20llpxf";
};
postPatch = ''