Unverified Commit 3ea577b8 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

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

htcondor: 23.4.0 -> 23.7.2
parents 6975545a f5e1d37e
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 ];