wallabag: 2.3.2 -> 2.3.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
wallabag
This commit is contained in:
R. RyanTM 2018-08-30 09:12:20 -07:00
parent e6a37e3ce4
commit 1adcb8890a

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" ];