htcondor: 23.3.0 -> 23.4.0

This commit is contained in:
R. Ryantm 2024-02-10 08:37:14 +00:00
parent 2394210484
commit 559e5f5d99

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