Merge pull request #93554 from r-ryantm/auto-update/cproto
cproto: 4.7o -> 4.7p
This commit is contained in:
commit
127634e4af
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cproto";
|
pname = "cproto";
|
||||||
version = "4.7o";
|
version = "4.7p";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
# No version listings and apparently no versioned tarball over http(s).
|
# No version listings and apparently no versioned tarball over http(s).
|
||||||
"ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
|
"ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
|
||||||
];
|
];
|
||||||
sha256 = "0kxlrhhgm84v2q6n3wp7bb77g7wjxkb7azdvb6a70naf0rr0nsy7";
|
sha256 = "0vm1784yw8gax1r7bzgq0chjgfzwxvmkala2awghmd3zyi7k60nj";
|
||||||
};
|
};
|
||||||
|
|
||||||
# patch made by Joe Khoobyar copied from gentoo bugs
|
# patch made by Joe Khoobyar copied from gentoo bugs
|
||||||
|
@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
|
||||||
description = "Tool to generate C function prototypes from C source code";
|
description = "Tool to generate C function prototypes from C source code";
|
||||||
homepage = "https://invisible-island.net/cproto/";
|
homepage = "https://invisible-island.net/cproto/";
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue