about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix')
-rw-r--r--nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix b/nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix
index 03b58ca8d1d3..6e8c7647dca3 100644
--- a/nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix
+++ b/nixpkgs/pkgs/development/compilers/llvm/11/libunwind.nix
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
   pname = "libunwind";
   inherit version;
 
-  src = fetch pname "1ch4a2yp821lgzxh9898f7nw2fnkrn3wh25sqg05hlks45znv30y";
+  src = fetch pname "1cs0bygglc70aadzhnackd0mamc16y01z2yxv9jglxd0r78gk0ff";
 
   nativeBuildInputs = [ cmake ];