shaarli: 0.10.0 -> 0.10.2 (#45538)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shaarli/versions.
This commit is contained in:
R. RyanTM 2018-08-27 15:39:17 -07:00 committed by xeji
parent af761489b5
commit 0f9e0e15fc

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "shaarli-${version}";
version = "0.10.0";
version = "0.10.2";
src = fetchurl {
url = "https://github.com/shaarli/Shaarli/releases/download/v${version}/shaarli-v${version}-full.tar.gz";
sha256 = "0j7i8ifzjg1s9y8nw4j0as0wdns06zdsjgr99137y9rz5w223pp6";
sha256 = "0h8sspj7siy3vgpi2i3gdrjcr5935fr4dfwq2zwd70sjx2sh9s78";
};
outputs = [ "out" "doc" ];