aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/icestorm
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-09-30 21:20:32 -0500
committerAustin Seipp <aseipp@pobox.com>2018-10-01 22:32:54 -0500
commit1e9e3adfb1ef7ffbfec62531349f39b6e029e81d (patch)
tree5f6e950afafea709793a4f77c164336ee841514e /pkgs/development/tools/icestorm
parentbc0d87a4f1a3335d3f8e63626a600327ef3d55f4 (diff)
icestorm: 2018.08.01 -> 2018.09.04
Signed-off-by: Austin Seipp <aseipp@pobox.com>
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 5826dfc2a035..345a25082164 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.08.01";
+ version = "2018.09.04";
src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
- rev = "8cac6c584044034210fe0ba1e6b930ff1cc59465";
- sha256 = "01cnmk4khbbgzc308qj04sfwg0r8b9nh3s7xjsxdjcb3h1m9w88c";
+ rev = "8f61acd0556c8afee83ec2e77dedb03e700333d9";
+ sha256 = "1dwix8bb87xqf27dixdnfp47pll8739h9m9aw8wvvwz4s4989q6v";
};
nativeBuildInputs = [ pkgconfig ];