about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-06-29 03:03:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-06-29 03:03:29 +0000
commit0dc4a387e0ff0893eb40d1511529794b666dc1c1 (patch)
tree3966fdb0aa144b367d062ab4c3e81e5580affe74 /pkgs/development/libraries
parentc8201d6eef0554bec529465300e600be6ddcf79d (diff)
hax11: 0-unstable-2023-09-25 -> 0-unstable-2024-06-24
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/hax11/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/hax11/default.nix b/pkgs/development/libraries/hax11/default.nix
index fba0a560e9931..ea867bdf706e6 100644
--- a/pkgs/development/libraries/hax11/default.nix
+++ b/pkgs/development/libraries/hax11/default.nix
@@ -9,13 +9,13 @@
 
 multiStdenv.mkDerivation (finalAttrs: {
   pname = "hax11";
-  version = "0-unstable-2023-09-25";
+  version = "0-unstable-2024-06-24";
 
   src = fetchFromGitHub {
     owner = "CyberShadow";
     repo = "hax11";
-    rev = "2ea9d469785bbe0338729c4deeb902a259fd7b10";
-    hash = "sha256-bYuIngZ76m5IgbbTFTZ8LJmpHl4nHS272Ci1B9eJIws=";
+    rev = "ef955862d7221d7714eafb33e28299eb758f4462";
+    hash = "sha256-ND3N1oMUjmDkF7btcFucDxKxxANL9IKf08/6Kt6LX9o=";
   };
 
   outputs = [ "out" "doc" ];