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

htcondor: 23.8.1 -> 23.9.6
This commit is contained in:
Nick Cao
2024-08-13 16:15:02 -04:00
committed by GitHub
+2 -2
View File
@@ -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 ];