Commit 13876bd2 authored by R. RyanTM's avatar R. RyanTM
Browse files

libucl: 0.9.1 -> 0.9.2

parent 754a00b3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation rec {
  pname = "libucl";
  version = "0.9.1";
  version = "0.9.2";

  src = fetchFromGitHub {
    owner = "vstakhov";
    repo = pname;
    rev = version;
    sha256 = "sha256-udgsgo6bT7WnUYnAzqHxOtdDg6av3XplptS8H5ukxjo=";
    sha256 = "sha256-esNEVBa660rl3Oo2SLaLrFThFkjbqtZ1r0tjMq3h6cM=";
  };

  nativeBuildInputs = [ pkg-config autoreconfHook ];