Skip to content

Commit 365d6f5

Browse files
committed
wla-dx: 9.8 -> 9.11
1 parent 2988feb commit 365d6f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/compilers/wla-dx/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "wla-dx";
5-
version = "9.8";
5+
version = "9.11";
66

77
src = fetchFromGitHub {
88
owner = "vhelin";
99
repo = "wla-dx";
1010
rev = "v${version}-fix";
11-
sha256 = "1dsxhy19nif983lr20vxl099giwzgmzqyh7ass705hkphmwagcv6";
11+
sha256 = "0sz1vqafl7ii3z1710sk0ilvczv8pb4b6lkmg9pr7hqj3kaxndii";
1212
};
1313

1414
installPhase = ''

0 commit comments

Comments
 (0)