tests: update nmt

Allows running, e.g.,

    nix-build --pure tests -A build.all
This commit is contained in:
Robert Helgesson 2021-06-20 09:49:38 +02:00
parent dc1b6b8349
commit a73e619377
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ let
nmt = pkgs.fetchFromGitLab {
owner = "rycee";
repo = "nmt";
rev = "d2cc8c1042b1c2511f68f40e2790a8c0e29eeb42";
sha256 = "1ykcvyx82nhdq167kbnpgwkgjib8ii7c92y3427v986n2s5lsskc";
rev = "19ef4e6673cb50a26069ef78b4644553863fb160";
sha256 = "0dwbkl3wifhihp0xxpdfy9jscmrrzfcwx1czlhv728nvbz90ps7b";
};
modules = import ../modules/modules.nix {