wallabag: 2.2.2 -> 2.2.3

This commit is contained in:
schneefux 2017-06-20 13:30:38 +02:00
parent 908157c6c5
commit c02e26f8a0
No known key found for this signature in database
GPG key ID: 50F2BF336737C2F0

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "wallabag-${version}";
version = "2.2.2";
version = "2.2.3";
# 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 = "0l8zba2risi8lsmff0fbgplfqdiqp7jz0f93z4lbqv8iavaqpna0";
sha256 = "0myqarwny9p53g2gmwmg1mcn17jlx5ah0bri13panhf7ryvmrzhk";
};
outputs = [ "out" "doc" ];