Skip to content

Commit

Permalink
htcondor: 23.10.1 -> 24.1.1 (#353342)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Nov 10, 2024
2 parents 28f456e + db15554 commit 74d1b07
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 = "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 ];
Expand Down

0 comments on commit 74d1b07

Please sign in to comment.