about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-11-06 06:44:01 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-11-06 06:44:01 +0000
commit57d1e946c663d89adb458a0d6075c72390075d8f (patch)
treeb1c6f6c38b493bae7714f82feb362930740c14b7 /pkgs/development
parent1f834c8fdaa6f9be2cb633b42982c48fda9a49ee (diff)
hmat-oss: 1.7.1 -> 1.8.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/hmat-oss/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hmat-oss/default.nix b/pkgs/development/libraries/hmat-oss/default.nix
index 3455cf250ce67..01fe1c0a41cac 100644
--- a/pkgs/development/libraries/hmat-oss/default.nix
+++ b/pkgs/development/libraries/hmat-oss/default.nix
@@ -9,13 +9,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hmat-oss";
-  version = "1.7.1";
+  version = "1.8.1";
 
   src = fetchFromGitHub {
     owner = "jeromerobert";
     repo = "hmat-oss";
     rev = "refs/tags/${version}";
-    sha256 = "sha256-Xc8AbeyEtM6R5I4HdgF4XR5/b8ZYBOv34kY1xrYk/Jw=";
+    sha256 = "sha256-N6VSQeq2BS/PLcMbyIn/OQfd45zyJJHuOD5bho2nue8=";
   };
 
   cmakeFlags = [