We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2988feb commit 365d6f5Copy full SHA for 365d6f5
1 file changed
pkgs/development/compilers/wla-dx/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "wla-dx";
5
- version = "9.8";
+ version = "9.11";
6
7
src = fetchFromGitHub {
8
owner = "vhelin";
9
repo = "wla-dx";
10
rev = "v${version}-fix";
11
- sha256 = "1dsxhy19nif983lr20vxl099giwzgmzqyh7ass705hkphmwagcv6";
+ sha256 = "0sz1vqafl7ii3z1710sk0ilvczv8pb4b6lkmg9pr7hqj3kaxndii";
12
};
13
14
installPhase = ''
0 commit comments