Unverified Commit 607c0730 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

htcondor: 23.8.1 -> 23.9.6
parents 45936a5b 86e91648
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.8.1";
  version = "23.9.6";

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

    rev = "v${version}";
    hash = "sha256-ccrc3ykhZQc2ExFKgwk3g5ivqh/fLTM7T9nz2YTMx3Y=";
    hash = "sha256-Xm1K3KESOVStOi6iyCGA8qbQ2IcyS//sF5pvnnMZAlA=";
  };

  nativeBuildInputs = [ cmake ];