about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-01-30 00:32:51 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-01-30 00:32:51 +0000
commit8a82e6fade76e79c4d4f1a6430603e6fb776f3c4 (patch)
tree98f0abd0f0df23f7862723b2113c7d8de9e7398a
parent97b17f32362e475016f942bbdfda4a4a72a8a652 (diff)
libunwind: 1.7.2 -> 1.8.0
-rw-r--r--pkgs/development/libraries/libunwind/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libunwind/default.nix b/pkgs/development/libraries/libunwind/default.nix
index cae3ebed89f63..8d712be20b60e 100644
--- a/pkgs/development/libraries/libunwind/default.nix
+++ b/pkgs/development/libraries/libunwind/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libunwind";
-  version = "1.7.2";
+  version = "1.8.0";
 
   src = fetchFromGitHub {
     owner = "libunwind";
     repo = "libunwind";
     rev = "v${version}";
-    hash = "sha256-z5YCue0zadQnMEbGFniFvDjXNy6dSHQDQnXRXS6Uh/Y=";
+    hash = "sha256-u33JAgxNy45yhIFL5QDsfa7EtLLKWmCv1kO4BxYYuwM=";
   };
 
   postPatch = if (stdenv.cc.isClang || stdenv.hostPlatform.isStatic) then ''