Skip to content

Commit

Permalink
wla-dx-git: 2016-02-27 -> 2017-06-05
Browse files Browse the repository at this point in the history
- Change to version 2017-06-05
- Add version attribute
  • Loading branch information
adamscott committed Jul 4, 2017
1 parent c31d21c commit 6e91d26
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/compilers/wla-dx/default.nix
@@ -1,13 +1,14 @@
{stdenv, fetchFromGitHub, cmake}:

stdenv.mkDerivation rec {
name = "wla-dx-git-2016-02-27";
version = "2017-06-05";
name = "wla-dx-git-${version}";

src = fetchFromGitHub {
owner = "vhelin";
repo = "wla-dx";
rev = "8189fe8d5620584ea16563875ff3c5430527c86a";
sha256 = "02zgkcyfx7y8j6jvyi12lm29fydnd7m3rxv6g2psv23fyzmpkkir";
rev = "ae6843f9711cbc2fa6dd8c200877b40bd2bcad7f";
sha256 = "09c2kz12ld97ad41j6r8r65jknllrak1x8r43fgr26x7hdlxz5c6";
};

hardeningDisable = [ "format" ];
Expand Down

0 comments on commit 6e91d26

Please sign in to comment.