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

htcondor: 23.4.0 -> 23.7.2
This commit is contained in:
Matthias Beyer 2024-05-22 10:15:43 +02:00 committed by GitHub
commit 3ea577b886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];