htcondor: 24.1.1 -> 24.2.2

This commit is contained in:
R. Ryantm 2024-12-08 09:03:02 +00:00
parent afe27494fa
commit b912f71f23

View File

@ -20,14 +20,14 @@
stdenv.mkDerivation rec {
pname = "htcondor";
version = "24.1.1";
version = "24.2.2";
src = fetchFromGitHub {
owner = "htcondor";
repo = "htcondor";
rev = "v${version}";
hash = "sha256-k3GXaBSeRl6GJDm5+NRkV0E18RDUBYuoy2/u3ENsEyM=";
hash = "sha256-F8uI8Stvao7VKULTcOjv/nFUhFHxqd00gRNe6tkKgPE=";
};
nativeBuildInputs = [ cmake ];