Commit 241a51f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

radsecproxy: 1.9.2 -> 1.9.3

parent 738d3566
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "radsecproxy";
  version = "1.9.2";
  version = "1.9.3";

  src = fetchFromGitHub {
    owner = pname;
    repo = pname;
    rev = version;
    sha256 = "sha256-/ldW2JQd8GuG0uspfa56vtzPg4ucj+HCL8gbo9oLReM=";
    sha256 = "sha256-4w5aQIh3loHrxFGhWt6pW2jgj/JuqQSYmNsnAkEuKoI=";
  };

  nativeBuildInputs = [ autoreconfHook ];