mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
wallabag: 2.1.6 -> 2.2.2 (#25120)
This commit is contained in:
parent
330e800496
commit
6adc79d72b
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "wallabag-${version}";
|
||||
version = "2.1.6";
|
||||
version = "2.2.2";
|
||||
|
||||
# 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 = "0znywkrjlmxhacfkdyba2cjhgmrh509mayrfsrnc0rx3haxam7fx";
|
||||
url = "https://static.wallabag.org/releases/wallabag-release-${version}.tar.gz";
|
||||
sha256 = "0l8zba2risi8lsmff0fbgplfqdiqp7jz0f93z4lbqv8iavaqpna0";
|
||||
};
|
||||
|
||||
outputs = [ "out" "doc" ];
|
||||
|
|
Loading…
Reference in a new issue