about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2022-12-11 20:32:51 -0800
committerGitHub <noreply@github.com>2022-12-11 20:32:51 -0800
commit7c2b9198afeaafcf9586836c9e4220600a410f80 (patch)
tree64fe3b0bae960f897a356dae9e1d82425f061903 /pkgs/development
parent7136073a143509ab616f967f5cdf7cd4e106b143 (diff)
parent57d1e946c663d89adb458a0d6075c72390075d8f (diff)
Merge pull request #199816 from r-ryantm/auto-update/hmat-oss
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 = [