Merge pull request #60924 from r-ryantm/auto-update/wallabag

wallabag: 2.3.6 -> 2.3.7
This commit is contained in:
Renaud 2019-05-04 22:47:39 +02:00 committed by GitHub
commit 2f6c0662ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "wallabag-${version}";
version = "2.3.6";
version = "2.3.7";
# 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 = "0m0dy3r94ks5pfxyb9vbgrsm0vrwdl3jd5wqwg4f5vd107lq90q1";
sha256 = "1kv2jy47darj6lysyxyaw5d5z5kwqdalbpv0hsg8i7zav09dw8z2";
};
outputs = [ "out" ];