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:
parent
0fadb81af4
commit
de69fe70ca
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "cachefilesd-${version}";
|
name = "cachefilesd-${version}";
|
||||||
version = "0.10.9";
|
version = "0.10.10";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://people.redhat.com/dhowells/fscache/${name}.tar.bz2";
|
url = "https://people.redhat.com/dhowells/fscache/${name}.tar.bz2";
|
||||||
sha256 = "1jkb3qd8rcmli3g2qgcpp1f9kklil4qgy86w7pg2cpv10ikyr5y8";
|
sha256 = "00hsw4cdlm13wijlygp8f0aq6gxdp0skbxs9r2vh5ggs3s2hj0qd";
|
||||||
};
|
};
|
||||||
|
|
||||||
installFlags = [
|
installFlags = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user