Merge pull request #45794 from r-ryantm/auto-update/wallabag
wallabag: 2.3.2 -> 2.3.3
This commit is contained in:
commit
2a606200bc
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wallabag-${version}";
|
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
|
# remember to rm -r var/cache/* after a rebuild or unexpected errors will occur
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz";
|
url = "https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz";
|
||||||
sha256 = "17yczdvgl43j6wa7hksxi2b51afvyd56vdya6hbbv68iiba4jyh4";
|
sha256 = "12q5daigqn4xqp9pyfzac881qm9ywrflm8sivhl3spczyh41gwpg";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user