Merge pull request #221054 from r-ryantm/auto-update/cproto

cproto: 4.7u -> 4.7v
This commit is contained in:
Weijia Wang 2023-03-15 21:56:09 +02:00 committed by GitHub
commit ad596add67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "cproto";
version = "4.7u";
version = "4.7v";
src = fetchurl {
urls = [
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
# No version listings and apparently no versioned tarball over http(s).
"ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz"
];
sha256 = "sha256-ZOu7zF4FAa/ylvQx0G+ftwhjr+WwzmbDs0eQcpFPxR4=";
sha256 = "sha256-897D9hAncBlpdkWcS0SsJzVfYSDaduUjHsEyPjedFRE=";
};
# patch made by Joe Khoobyar copied from gentoo bugs