cachefilesd: 0.10.9 -> 0.10.10

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10/bin/cachefilesd -v` and found version 0.10.10
- ran `/nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10/bin/cachefilesd --version` and found version 0.10.10
- found 0.10.10 with grep in /nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10
- found 0.10.10 in filename of file in /nix/store/x64h5av7wnk88kjcs1rk3cv5lv1rqhcv-cachefilesd-0.10.10
This commit is contained in:
Ryan Mulligan 2018-02-25 11:38:37 -08:00
parent 0fadb81af4
commit de69fe70ca

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "cachefilesd-${version}";
version = "0.10.9";
version = "0.10.10";
src = fetchurl {
url = "https://people.redhat.com/dhowells/fscache/${name}.tar.bz2";
sha256 = "1jkb3qd8rcmli3g2qgcpp1f9kklil4qgy86w7pg2cpv10ikyr5y8";
sha256 = "00hsw4cdlm13wijlygp8f0aq6gxdp0skbxs9r2vh5ggs3s2hj0qd";
};
installFlags = [