Commit db15554b authored by R. RyanTM's avatar R. RyanTM
Browse files

htcondor: 23.10.1 -> 24.1.1

parent 0c43a7e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];