Merge pull request #36088 from ryantm/auto-update/wallabag-2.3.1-to-2.3.2

wallabag: 2.3.1 -> 2.3.2
This commit is contained in:
adisbladis 2018-02-28 14:45:55 +08:00 committed by GitHub
commit a49a5f7e8f
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.1";
version = "2.3.2";
# 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 = "1qk7jicni5g8acpjybrwnwf7zknk3b0mxiv5876lrsajcxdxwnf4";
sha256 = "17yczdvgl43j6wa7hksxi2b51afvyd56vdya6hbbv68iiba4jyh4";
};
outputs = [ "out" ];