wallabag: 2.1.4 -> 2.1.6

This commit is contained in:
schneefux 2017-01-21 16:14:45 +01:00
parent 81d9893bcd
commit fb92916df8
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.1.4";
version = "2.1.6";
# remember to rm -r var/cache/* after a rebuild or unexpected errors will occur
src = fetchurl {
url = "https://framabag.org/wallabag-release-${version}.tar.gz";
sha256 = "0s4p9jls7jqq9jbcac21ibz9k5yxx0ifv2yhxlkia5kw9md20r7b";
sha256 = "0znywkrjlmxhacfkdyba2cjhgmrh509mayrfsrnc0rx3haxam7fx";
};
outputs = [ "out" "doc" ];