htcondor: 23.7.2 -> 23.8.1

This commit is contained in:
R. Ryantm
2024-06-28 01:11:36 +00:00
parent f60c6b6c78
commit a8d1608903
+2 -2
View File
@@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "htcondor";
version = "23.7.2";
version = "23.8.1";
src = fetchFromGitHub {
owner = "htcondor";
repo = "htcondor";
rev = "v${version}";
hash = "sha256-U0IeZlDd21RYR9XNoIGPpuwhEL1MfQ9+DDyeX8sLgWM=";
hash = "sha256-ccrc3ykhZQc2ExFKgwk3g5ivqh/fLTM7T9nz2YTMx3Y=";
};
nativeBuildInputs = [ cmake ];