mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
iverilog: 2017.08.12 -> 2018.12.15
This commit is contained in:
parent
d84ac4f43f
commit
bc7aa5d202
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "iverilog-${version}";
|
name = "iverilog-${version}";
|
||||||
version = "2017.08.12";
|
version = "2018.12.15";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "steveicarus";
|
owner = "steveicarus";
|
||||||
repo = "iverilog";
|
repo = "iverilog";
|
||||||
rev = "ac87138c44cd6089046668c59a328b4d14c16ddc";
|
rev = "7cd078e7ab184069b3b458fe6df7e83962254816";
|
||||||
sha256 = "1npv0533h0h2wxrxkgiaxqiasw2p4kj2vv5bd69w5xld227xcwpg";
|
sha256 = "1zc7lsa77dbsxjfz7vdgclmg97r0kw08xss7yfs4vyv5v5gnn98d";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user