Unverified Commit 22ef5391 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #287698 from r-ryantm/auto-update/htcondor

htcondor: 23.3.0 -> 23.4.0
parents f3a93440 559e5f5d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

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

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

    rev = "v23.3.0";
    hash = "sha256-Ew9leVpvEndiRkOnhx2fLClrNW1bC5djcJEBsve6eIk=";
    rev = "v23.4.0";
    hash = "sha256-+WfNVxP7qsEpn8zPretLnOEAnPq0GylyxCbcQI8o0L0=";
  };

  nativeBuildInputs = [ cmake ];