Merge pull request #92703 from r-ryantm/auto-update/mstflint

mstflint: 4.14.0-1 -> 4.14.0-3
This commit is contained in:
Lassulus
2020-08-21 10:19:27 +02:00
committed by GitHub

View File

@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "mstflint";
version = "4.14.0-1";
version = "4.14.0-3";
src = fetchFromGitHub {
owner = "Mellanox";
repo = pname;
rev = "v${version}";
sha256 = "0xrwx623vl17cqzpacil74m2fi4xrshgvvzxiplz1wq47gq7wp1i";
sha256 = "0zy9npyzf7dkxlfl9mx6997aa61mk23ixpjb01ckb1wvav5k6z82";
};
nativeBuildInputs = [ autoreconfHook ];