aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/icestorm
diff options
context:
space:
mode:
authorSerge Bazanski <sergiusz@q3k.org>2018-08-01 22:20:38 +0100
committerxeji <36407913+xeji@users.noreply.github.com>2018-08-01 23:20:38 +0200
commit7826a3155a8853b543df69eb046cbca9d0fa761b (patch)
tree36a1be63312a06585edcedd5300c627c9d44c3e9 /pkgs/development/tools/icestorm
parentee23bd7046003bb901c7a0fa314dd8cd7a1fb181 (diff)
icestorm: 2018.05.03 -> 2018.08.01 (#44321)
Diffstat (limited to 'pkgs/development/tools/icestorm')
-rw-r--r--pkgs/development/tools/icestorm/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/icestorm/default.nix b/pkgs/development/tools/icestorm/default.nix
index cb203a431d4b..5826dfc2a035 100644
--- a/pkgs/development/tools/icestorm/default.nix
+++ b/pkgs/development/tools/icestorm/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "icestorm-${version}";
- version = "2018.05.03";
+ version = "2018.08.01";
src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
- rev = "237280ce44f72c7b2e1ca671d5113dba34cc4fca";
- sha256 = "0r9xh024snaf1g2r5k524yl6lvf5rkfhqwjzcixh1m12012i5hrh";
+ rev = "8cac6c584044034210fe0ba1e6b930ff1cc59465";
+ sha256 = "01cnmk4khbbgzc308qj04sfwg0r8b9nh3s7xjsxdjcb3h1m9w88c";
};
nativeBuildInputs = [ pkgconfig ];