htcondor: 23.10.1 -> 24.1.1 (#353342)

This commit is contained in:
Weijia Wang 2024-11-10 03:18:08 +01:00 committed by GitHub
commit 74d1b07edb
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.10.1";
version = "24.1.1";
src = fetchFromGitHub {
owner = "htcondor";
repo = "htcondor";
rev = "v${version}";
hash = "sha256-5gxylfqG87dUEQT3e3vNgtTqWk0QTgWXwAdEAiIuc/E=";
hash = "sha256-k3GXaBSeRl6GJDm5+NRkV0E18RDUBYuoy2/u3ENsEyM=";
};
nativeBuildInputs = [ cmake ];