Merge pull request #20742 from schneefux/wallabag

wallabag: 2.1.3 -> 2.1.4
This commit is contained in:
Jörg Thalheim 2016-11-27 09:19:47 +01:00 committed by GitHub
commit f1f16ba8ac

View file

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