Skip to content

Commit

Permalink
Merge pull request #93959 from r-ryantm/auto-update/wla-dx
Browse files Browse the repository at this point in the history
wla-dx: 9.8 -> 9.11
  • Loading branch information
matthewbauer committed Jul 28, 2020
2 parents 0633522 + 365d6f5 commit da3be4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/compilers/wla-dx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "wla-dx";
version = "9.8";
version = "9.11";

src = fetchFromGitHub {
owner = "vhelin";
repo = "wla-dx";
rev = "v${version}-fix";
sha256 = "1dsxhy19nif983lr20vxl099giwzgmzqyh7ass705hkphmwagcv6";
sha256 = "0sz1vqafl7ii3z1710sk0ilvczv8pb4b6lkmg9pr7hqj3kaxndii";
};

installPhase = ''
Expand Down

0 comments on commit da3be4a

Please sign in to comment.