Merge pull request #120624 from marsam/update-avfs
avfs: 1.1.3 -> 1.1.4
This commit is contained in:
commit
c3a6fc6f02
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "avfs";
|
pname = "avfs";
|
||||||
version = "1.1.3";
|
version = "1.1.4";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/avf/${version}/${pname}-${version}.tar.bz2";
|
url = "mirror://sourceforge/avf/${version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1psh8k7g7rb0gn7aygbjv86kxyi9xq07barxksa99nnmq3lc2kjg";
|
sha256 = "0ax1zbw4pmggx1b784bfabdqyn39k7109cnl22p69y2phnpq2y9s";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config ];
|
nativeBuildInputs = [ pkg-config ];
|
||||||
@ -21,6 +21,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://avf.sourceforge.net/";
|
homepage = "http://avf.sourceforge.net/";
|
||||||
description = "Virtual filesystem that allows browsing of compressed files";
|
description = "Virtual filesystem that allows browsing of compressed files";
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2Only;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user