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

wallabag: 2.3.2 -> 2.3.3
This commit is contained in:
Timo Kaufmann 2018-08-30 22:13:38 +02:00 committed by GitHub
commit 2a606200bc
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.2";
version = "2.3.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 = "17yczdvgl43j6wa7hksxi2b51afvyd56vdya6hbbv68iiba4jyh4";
sha256 = "12q5daigqn4xqp9pyfzac881qm9ywrflm8sivhl3spczyh41gwpg";
};
outputs = [ "out" ];