htcondor: 23.3.0 -> 23.4.0
This commit is contained in:
parent
2394210484
commit
559e5f5d99
1 changed files with 3 additions and 3 deletions
|
@ -20,14 +20,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "htcondor";
|
pname = "htcondor";
|
||||||
version = "23.3.0";
|
version = "23.4.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "htcondor";
|
owner = "htcondor";
|
||||||
repo = "htcondor";
|
repo = "htcondor";
|
||||||
|
|
||||||
rev = "v23.3.0";
|
rev = "v23.4.0";
|
||||||
hash = "sha256-Ew9leVpvEndiRkOnhx2fLClrNW1bC5djcJEBsve6eIk=";
|
hash = "sha256-+WfNVxP7qsEpn8zPretLnOEAnPq0GylyxCbcQI8o0L0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
Loading…
Reference in a new issue