icestorm: 2019.09.13 -> 2020.04.22
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "icestorm";
|
pname = "icestorm";
|
||||||
version = "2019.09.13";
|
version = "2020.04.22";
|
||||||
|
|
||||||
passthru = rec {
|
passthru = rec {
|
||||||
pythonPkg = if usePyPy then pypy3 else python3;
|
pythonPkg = if usePyPy then pypy3 else python3;
|
||||||
@@ -21,8 +21,8 @@ stdenv.mkDerivation rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cliffordwolf";
|
owner = "cliffordwolf";
|
||||||
repo = "icestorm";
|
repo = "icestorm";
|
||||||
rev = "0ec00d892a91cc68e45479b46161f649caea2933";
|
rev = "cd2610e0fa1c6a90e8e4e4cfe06db1b474e752bb";
|
||||||
sha256 = "1qlh99fafb7xga702k64fmc9m700nsddrfgcq4x8qn8fplsb64f1";
|
sha256 = "05ckmmvgymr7vhrpnqsiafwm8z5rhc3h91v506lzi6jpjzcs23hj";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|||||||
Reference in New Issue
Block a user