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

htcondor: 23.7.2 -> 23.8.1
This commit is contained in:
Weijia Wang
2024-06-30 10:42:58 +02:00
committed by GitHub
+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 ];