Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #53655 from dtzWill/update/libunwind-1.3.0

libunwind: 1.2.1 -> 1.3.1

authored by

Will Dietz and committed by
GitHub
52d7d5ef 707bfbe1

+3 -19
+3 -6
pkgs/development/libraries/libunwind/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "libunwind-${version}"; 5 - version = "1.2.1"; 5 + version = "1.3.1"; 6 6 7 7 src = fetchurl { 8 8 url = "mirror://savannah/libunwind/${name}.tar.gz"; 9 - sha256 = "1jsslwkilwrsj959dc8b479qildawz67r8m4lzxm7glcwa8cngiz"; 9 + sha256 = "1y0l08k6ak1mqbfj6accf9s5686kljwgsl4vcqpxzk5n74wpm6a3"; 10 10 }; 11 11 12 - patches = [ 13 - ./version-1.2.1.patch 14 - ./backtrace-only-with-glibc.patch 15 - ]; 12 + patches = [ ./backtrace-only-with-glibc.patch ]; 16 13 17 14 nativeBuildInputs = [ autoreconfHook ]; 18 15
-13
pkgs/development/libraries/libunwind/version-1.2.1.patch
··· 1 - diff --git a/configure.ac b/configure.ac 2 - index a254bbe..fe0247b 100644 3 - --- a/configure.ac 4 - +++ b/configure.ac 5 - @@ -1,6 +1,6 @@ 6 - define(pkg_major, 1) 7 - -define(pkg_minor, 2.1) 8 - -define(pkg_extra, ) 9 - +define(pkg_minor, 2) 10 - +define(pkg_extra, 1) 11 - define(pkg_maintainer, libunwind-devel@nongnu.org) 12 - define(mkvers, $1.$2$3) 13 - dnl Process this file with autoconf to produce a configure script.