Merge pull request #70795 from r-ryantm/auto-update/tmatrix

tmatrix: 1.0 -> 1.1
This commit is contained in:
Mario Rodas 2019-10-09 21:38:02 -05:00 committed by GitHub
commit ea79abaaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "tmatrix";
version = "1.0";
version = "1.1";
src = fetchFromGitHub {
owner = "M4444";
repo = "TMatrix";
rev = "v${version}";
sha256 = "1g0gn4p02vjc6l8lc78wlx4xkd74ha7ybx9fvvdr6mizk0cyjili";
sha256 = "1x9drk3wdsd6vzcypk3x068sqcbgis488s9fhcpsv8xgb496rd6y";
};
nativeBuildInputs = [ cmake ];