libelf-freebsd: add source hash
Built libelf-freebsd's src attribute on NixOS to verify.
This commit is contained in:
parent
3937980850
commit
c7e2333f49
|
@ -8,6 +8,7 @@ stdenv.mkDerivation (rec {
|
|||
url = "svn://svn.code.sf.net/p/elftoolchain/code/trunk";
|
||||
rev = (lib.strings.toInt version);
|
||||
name = "elftoolchain-${version}";
|
||||
sha256 = "1rcmddjanlsik0b055x8k914r9rxs8yjsvslia2nh1bhzf1lxmqz";
|
||||
};
|
||||
|
||||
buildInputs = [ gnum4 tet ];
|
||||
|
|
Loading…
Reference in New Issue