mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
wllvm: 1.2.2 -> 1.2.8
This commit is contained in:
parent
d04396da8b
commit
4a623b9c8a
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
|||
{ stdenv, python3Packages }:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
version = "1.2.2";
|
||||
version = "1.2.8";
|
||||
pname = "wllvm";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1zrjcabv41105mmv632gp488kmhya37n0jwgwxhadps4z3jv2qxb";
|
||||
sha256 = "1d88fzg4ba4r3hwrinnv6agiyj3xxdy4yryb8wz2ml51nc6bi591";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/travitch/whole-program-llvm;
|
||||
homepage = "https://github.com/travitch/whole-program-llvm";
|
||||
description = "A wrapper script to build whole-program LLVM bitcode files";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mic92 dtzWill ];
|
||||
|
|
Loading…
Reference in a new issue