Skip to content

Commit

Permalink
simavr: 1.3 -> 1.5 (fixes build)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornfor committed Mar 1, 2017
1 parent f5e53ae commit 96d7747
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/simavr/default.nix
Expand Up @@ -3,14 +3,14 @@

stdenv.mkDerivation rec {
name = "simavr-${version}";
version = "1.3";
version = "1.5";
enableParallelBuilding = true;

src = fetchFromGitHub {
owner = "buserror";
repo = "simavr";
rev = "51d5fa69f9bc3d62941827faec02f8fbc7e187ab";
sha256 = "0k8xwzw9i6xsmf98q43fxhphq0wvflvmzqma1n4jd1ym9wi48lfx";
rev = "e0d4de41a72520491a4076b3ed87beb997a395c0";
sha256 = "0b2lh6l2niv80dmbm9xkamvnivkbmqw6v97sy29afalrwfxylxla";
};

buildFlags = "AVR_ROOT=${avrgcclibc}/avr SIMAVR_VERSION=${version}";
Expand Down

0 comments on commit 96d7747

Please sign in to comment.