mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
babeltrace: update from 1.2.1 to 1.2.3
cc @bjornfor
This commit is contained in:
parent
e3dc5b5072
commit
7b3cef8eac
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, libuuid, popt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "babeltrace-1.2.1";
|
||||
name = "babeltrace-1.2.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.efficios.com/files/babeltrace/${name}.tar.bz2";
|
||||
sha256 = "1pwg0y57iy4c8wynb6bj7f6bxaiclmxcm4f3nllpw9brhbdzygc1";
|
||||
sha256 = "1b47d4i4f3gjb37m62k6hq0jlag4qkmblx6lcjf4s902h6bscvvr";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib libuuid popt ];
|
||||
|
Loading…
Reference in New Issue
Block a user