Commit f5e1d37e authored by R. RyanTM's avatar R. RyanTM
Browse files

htcondor: 23.4.0 -> 23.7.2

parent e8ffb0ba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

stdenv.mkDerivation rec {
  pname = "htcondor";
  version = "23.4.0";
  version = "23.7.2";

  src = fetchFromGitHub {
    owner = "htcondor";
    repo = "htcondor";

    rev = "v${version}";
    hash = "sha256-+WfNVxP7qsEpn8zPretLnOEAnPq0GylyxCbcQI8o0L0=";
    hash = "sha256-U0IeZlDd21RYR9XNoIGPpuwhEL1MfQ9+DDyeX8sLgWM=";
  };

  nativeBuildInputs = [ cmake ];