Skip to content

Commit

Permalink
htcondor: 24.1.1 -> 24.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent afe2749 commit b912f71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ht/htcondor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit b912f71

Please sign in to comment.