aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/icestorm
diff options
context:
space:
mode:
authorAustin Seipp <aseipp@pobox.com>2018-05-03 20:04:56 -0500
committerAustin Seipp <aseipp@pobox.com>2018-05-03 20:04:56 -0500
commit8f5c258cc13fd989fde6911d8c0b8077a77241a9 (patch)
tree82609bb4b4a20155de974071b619b0489c83f3b2 /pkgs/development/tools/icestorm
parentcc8c33e15979976b4f44acb7a7ee54dbde962a32 (diff)
icestorm: 2018.03.21 -> 2018.05.03
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 3c87abbdce97..cb203a431d4b 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.03.21";
+ version = "2018.05.03";
src = fetchFromGitHub {
owner = "cliffordwolf";
repo = "icestorm";
- rev = "4476d83f76fa0222be0b691fe27c1e0228266f82";
- sha256 = "1r43vwwz61rvdpc3kylg8yzv0flz9p4j3yc1cc4h904zsdwjx39a";
+ rev = "237280ce44f72c7b2e1ca671d5113dba34cc4fca";
+ sha256 = "0r9xh024snaf1g2r5k524yl6lvf5rkfhqwjzcixh1m12012i5hrh";
};
nativeBuildInputs = [ pkgconfig ];