Merge pull request #106597 from mweinelt/wallabag

wallabag: 2.3.8 -> 2.4.0
This commit is contained in:
Martin Weinelt
2021-01-18 15:21:28 +01:00
committed by GitHub
2 changed files with 11 additions and 11 deletions
+2 -8
View File
@@ -2,25 +2,19 @@
stdenv.mkDerivation rec {
pname = "wallabag";
version = "2.3.8";
version = "2.4.0";
# remember to rm -r var/cache/* after a rebuild or unexpected errors will occur
src = fetchurl {
url = "https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz";
sha256 = "1sr62hfk2f2rl5by48dg8yd1gchngjnc850as17wr3w287p1kwsq";
sha256 = "11vda7aqq82kpr88v4hr7zg19zfq970n3z4qp25my8b1fvlgdjhi";
};
outputs = [ "out" ];
patches = [
./wallabag-data.patch # exposes $WALLABAG_DATA
(fetchurl {
# Fixes "Uncaught RuntimeException: Setting "piwik_enabled" couldn't be found."; https://github.com/wallabag/wallabag/issues/3662
# Remove >= 2.4.0
url = "https://github.com/wallabag/wallabag/pull/3868.patch";
sha256 = "0pfxsv8ncaxkjkybim3v3iswmfv1vbjlzmvj50nn9blvjwc9gxjg";
})
];
dontBuild = true;