Merge pull request #196386 from r-ryantm/auto-update/cproto
cproto: 4.7t -> 4.7u
This commit is contained in:
commit
805f78189d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cproto";
|
pname = "cproto";
|
||||||
version = "4.7t";
|
version = "4.7u";
|
||||||
|
|
||||||
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 = "sha256-PM6CpxaHtp4KPiNIn+glunLmk+VZzPGTOVIIrA65b+U=";
|
sha256 = "sha256-ZOu7zF4FAa/ylvQx0G+ftwhjr+WwzmbDs0eQcpFPxR4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# patch made by Joe Khoobyar copied from gentoo bugs
|
# patch made by Joe Khoobyar copied from gentoo bugs
|
||||||
|
Loading…
Reference in New Issue
Block a user