sby: 0.44 -> 0.45 (#340966)
This commit is contained in:
parent
6284b5645e
commit
61be0d8e27
@ -20,13 +20,13 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sby";
|
pname = "sby";
|
||||||
version = "0.44";
|
version = "0.45";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "YosysHQ";
|
owner = "YosysHQ";
|
||||||
repo = "sby";
|
repo = "sby";
|
||||||
rev = "yosys-${version}";
|
rev = "yosys-${version}";
|
||||||
hash = "sha256-/oDbbdZuWPdg0Xrh+c4i283vML9QTfyWVu8kryb4WaE=";
|
hash = "sha256-HRQ5ZL0w3GLUySTFekE/T/VlxJLFIQQr0bW8l7rp/zs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ bash ];
|
nativeBuildInputs = [ bash ];
|
||||||
|
Loading…
Reference in New Issue
Block a user