Merge pull request #30773 from romildo/upd.avfs

avfs: 1.0.4 -> 1.0.5
This commit is contained in:
Joachim F 2017-10-24 22:10:39 +00:00 committed by GitHub
commit d7097f7015

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 ];