Merge pull request #63982 from r-ryantm/auto-update/avfs

avfs: 1.0.6 -> 1.1.0
This commit is contained in:
Mario Rodas 2019-07-02 19:13:52 -05:00 committed by GitHub
commit 17a5d3196c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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