Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

tmatrix: 1.0 -> 1.1

authored by

Mario Rodas and committed by
GitHub
ea79abaa 79ec4bb3

+2 -2
+2 -2
pkgs/applications/misc/tmatrix/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "tmatrix"; 5 - version = "1.0"; 5 + version = "1.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "M4444"; 9 9 repo = "TMatrix"; 10 10 rev = "v${version}"; 11 - sha256 = "1g0gn4p02vjc6l8lc78wlx4xkd74ha7ybx9fvvdr6mizk0cyjili"; 11 + sha256 = "1x9drk3wdsd6vzcypk3x068sqcbgis488s9fhcpsv8xgb496rd6y"; 12 12 }; 13 13 14 14 nativeBuildInputs = [ cmake ];