summary refs log tree commit diff
path: root/pkgs/applications/misc/tmatrix/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-22 04:58:07 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-30 22:11:48 -0800
commita86a9251b919ff4c69e86465935a82f5a8302581 (patch)
treeb26bbd05efc13dd87c03586d3511f61d0669bede /pkgs/applications/misc/tmatrix/default.nix
parent2b45ece87b7d4d51107247220bb6c003f089624d (diff)
downloadnixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.tar
nixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.tar.gz
nixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.tar.bz2
nixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.tar.lz
nixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.tar.xz
nixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.tar.zst
nixpkgs-a86a9251b919ff4c69e86465935a82f5a8302581.zip
tmatrix: 1.3 -> 1.4
Diffstat (limited to 'pkgs/applications/misc/tmatrix/default.nix')
-rw-r--r--pkgs/applications/misc/tmatrix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/tmatrix/default.nix b/pkgs/applications/misc/tmatrix/default.nix
index e6337056688..780a80b5d2c 100644
--- a/pkgs/applications/misc/tmatrix/default.nix
+++ b/pkgs/applications/misc/tmatrix/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation rec {
   pname = "tmatrix";
-  version = "1.3";
+  version = "1.4";
 
   src = fetchFromGitHub {
     owner = "M4444";
     repo = "TMatrix";
     rev = "v${version}";
-    sha256 = "1cvgxmdpdzpl8w4z3sh4g5pbd15rd8s1kcspi9v95yf9rydyy69s";
+    sha256 = "sha256-G3dg0SWfBjCA66TTxkVAcVrFNJOWE9+GJXYKzCUX34w=";
   };
 
   nativeBuildInputs = [ cmake installShellFiles ];