Unverified Commit fb251fd3 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

libtraceevent: 1.8.4 -> 1.8.5 (#461477)

parents 5d66a004 975d9b08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@

stdenv.mkDerivation rec {
  pname = "libtraceevent";
  version = "1.8.4";
  version = "1.8.5";

  src = fetchgit {
    url = "https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git";
    rev = "libtraceevent-${version}";
    hash = "sha256-T4NxYVJKl+2YZ6JZ7PvtM4RdTg9DIE+su4KxJwvw7iI=";
    hash = "sha256-Mn30qyTXYMFMGYhXz3nYS+HHw71N3t5A0dCEJFcu6os=";
  };

  postPatch = ''