mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #50055 from r-ryantm/auto-update/libdwarf
libdwarf: 20180809 -> 20181024
This commit is contained in:
commit
ecb7ef4556
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchurl, libelf }:
|
{ stdenv, fetchurl, libelf }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "20180809";
|
version = "20181024";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.prevanders.net/libdwarf-${version}.tar.gz";
|
url = "https://www.prevanders.net/libdwarf-${version}.tar.gz";
|
||||||
# Upstream displays this hash broken into three parts:
|
# Upstream displays this hash broken into three parts:
|
||||||
|
Loading…
Reference in New Issue
Block a user