mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
icestorm: 2020.04.22 -> 2020.07.08
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
a8e8e99458
commit
f22c718e17
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "icestorm";
|
pname = "icestorm";
|
||||||
version = "2020.04.22";
|
version = "2020.07.08";
|
||||||
|
|
||||||
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 = "cd2610e0fa1c6a90e8e4e4cfe06db1b474e752bb";
|
rev = "d12308775684cf43ab923227235b4ad43060015e";
|
||||||
sha256 = "05ckmmvgymr7vhrpnqsiafwm8z5rhc3h91v506lzi6jpjzcs23hj";
|
sha256 = "18ykv6np8sp7rb7c1cm3ha3qnj280gpkyn476faahb15jh0nbjmw";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user