mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 03:23:17 +00:00
htcondor: 24.1.1 -> 24.2.2 (#363126)
This commit is contained in:
commit
d89fa80987
@ -20,14 +20,14 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "htcondor";
|
pname = "htcondor";
|
||||||
version = "24.1.1";
|
version = "24.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "htcondor";
|
owner = "htcondor";
|
||||||
repo = "htcondor";
|
repo = "htcondor";
|
||||||
|
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-k3GXaBSeRl6GJDm5+NRkV0E18RDUBYuoy2/u3ENsEyM=";
|
hash = "sha256-F8uI8Stvao7VKULTcOjv/nFUhFHxqd00gRNe6tkKgPE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
Loading…
Reference in New Issue
Block a user