wallabag: 2.3.1 -> 2.3.2
Semi-automatic update. These checks were performed: - built on NixOS - found 2.3.2 with grep in /nix/store/m39kk8d2vibl17jm2zsbvscx9giyinjv-wallabag-2.3.2 cc "@schneefux"
This commit is contained in:
parent
6a10134205
commit
a96c778810
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "wallabag-${version}";
|
name = "wallabag-${version}";
|
||||||
version = "2.3.1";
|
version = "2.3.2";
|
||||||
|
|
||||||
# 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 = "1qk7jicni5g8acpjybrwnwf7zknk3b0mxiv5876lrsajcxdxwnf4";
|
sha256 = "17yczdvgl43j6wa7hksxi2b51afvyd56vdya6hbbv68iiba4jyh4";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
|
|
Loading…
Reference in New Issue