lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

cproto: 4.7s -> 4.7t

authored by

Jörg Thalheim and committed by
GitHub
8a28b7a5 953bdd43

+2 -2
+2 -2
pkgs/development/tools/misc/cproto/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "cproto"; 5 - version = "4.7s"; 5 + version = "4.7t"; 6 6 7 7 src = fetchurl { 8 8 urls = [ ··· 10 10 # No version listings and apparently no versioned tarball over http(s). 11 11 "ftp://ftp.invisible-island.net/cproto/cproto-${version}.tgz" 12 12 ]; 13 - sha256 = "sha256-TGpZNahykQjRcUhgmwgDRQ/OFRWFiW+7gXhfHGEYQrg="; 13 + sha256 = "sha256-PM6CpxaHtp4KPiNIn+glunLmk+VZzPGTOVIIrA65b+U="; 14 14 }; 15 15 16 16 # patch made by Joe Khoobyar copied from gentoo bugs