wallabag: 2.4.3 -> 2.5.0

https://github.com/wallabag/wallabag/releases/tag/2.5.0
This commit is contained in:
Martin Weinelt 2022-05-23 22:21:11 +02:00
parent a81fb7121a
commit da56374a49
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -15,14 +15,15 @@
let
pname = "wallabag";
version = "2.4.3";
version = "2.5.0";
in
stdenv.mkDerivation {
inherit pname version;
# GitHub distribution does not include vendored files
src = fetchurl {
url = "https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz";
hash = "sha256-u6TflAzxoaxjLhNMv5ua+NPBv4kxGycgz2QXnhtDHTo=";
hash = "sha256-fE/4bVwImQ03wrfdrx6AlulO2xU1M2HIaSOGpTAb02E=";
};
patches = [