cproto: 4.7x -> 4.7y (#439529)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "cproto";
|
pname = "cproto";
|
||||||
version = "4.7x";
|
version = "4.7y";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
urls = [
|
urls = [
|
||||||
@@ -16,7 +16,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-+yS3JU2KURiRPTt6VDMZdeYFU6/HC4jk58KZggNHjP4=";
|
sha256 = "sha256-C9HYvo/wpMpD+Uf5V1DTT2TtqTyeLKeRAP1gFAt8YzE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# patch made by Joe Khoobyar copied from gentoo bugs
|
# patch made by Joe Khoobyar copied from gentoo bugs
|
||||||
|
|||||||
Reference in New Issue
Block a user