avfs: 1.0.4 -> 1.0.5

This commit is contained in:
José Romildo Malaquias 2017-10-24 16:34:08 -02:00
parent 9b7bf9cd91
commit a76a3cab01

View File

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