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

htcondor: 23.3.0 -> 23.4.0
This commit is contained in:
Weijia Wang 2024-02-11 04:01:16 +01:00 committed by GitHub
commit 22ef539110
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.3.0";
version = "23.4.0";
src = fetchFromGitHub {
owner = "htcondor";
repo = "htcondor";
rev = "v23.3.0";
hash = "sha256-Ew9leVpvEndiRkOnhx2fLClrNW1bC5djcJEBsve6eIk=";
rev = "v23.4.0";
hash = "sha256-+WfNVxP7qsEpn8zPretLnOEAnPq0GylyxCbcQI8o0L0=";
};
nativeBuildInputs = [ cmake ];