3
0
Fork 0
forked from mirrors/nixpkgs

avfs: 1.0.5 -> 1.0.6 (#46306)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avfs/versions
This commit is contained in:
R. RyanTM 2018-09-11 14:27:47 -07:00 committed by xeji
parent 46d1166b80
commit 65f41e1bc0

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "avfs-${version}";
version = "1.0.5";
version = "1.0.6";
src = fetchurl {
url = "mirror://sourceforge/avf/${version}/${name}.tar.bz2";
sha256 = "0xh1wpd8z3m5jmmv24fg4pvqhpnhygs2385qn5473hwk84gnpkp5";
sha256 = "1hz39f7p5vw647xqk161v3nh88qnd599av6nfidpmkh1d9vkl6jc";
};
nativeBuildInputs = [ pkgconfig ];