p4: 2022.1.2305383 -> 2022.2.2407422
Minor version upgrade. We're now able to link against OpenSSL 3.0.
This commit is contained in:
parent
587ac4e842
commit
84c0241154
@ -40,12 +40,12 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "p4";
|
pname = "p4";
|
||||||
version = "2022.1.2305383";
|
version = "2022.2.2407422";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
# Upstream replaces minor versions, so use archived URL.
|
# Upstream replaces minor versions, so use archived URL.
|
||||||
url = "https://web.archive.org/web/20220901184735id_/https://ftp.perforce.com/perforce/r22.1/bin.tools/p4source.tgz";
|
url = "https://web.archive.org/web/20230512173806id_/https://ftp.perforce.com/perforce/r22.2/bin.tools/p4source.tgz";
|
||||||
sha256 = "27ab3ddd7b178b05cf0b710e941650dac0688d294110ebafda9027732c0944c6";
|
sha256 = "4355375def3f3d2256d4a92ac1b9960173e7aa97404346c0c74caf23a0905e1b";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ jam ];
|
nativeBuildInputs = [ jam ];
|
||||||
|
@ -32645,7 +32645,6 @@ with pkgs;
|
|||||||
|
|
||||||
p4 = callPackage ../applications/version-management/p4 {
|
p4 = callPackage ../applications/version-management/p4 {
|
||||||
inherit (darwin.apple_sdk.frameworks) CoreServices Foundation Security;
|
inherit (darwin.apple_sdk.frameworks) CoreServices Foundation Security;
|
||||||
openssl = openssl_1_1;
|
|
||||||
};
|
};
|
||||||
p4d = callPackage ../applications/version-management/p4d { };
|
p4d = callPackage ../applications/version-management/p4d { };
|
||||||
p4v = callPackage ../applications/version-management/p4v { };
|
p4v = callPackage ../applications/version-management/p4v { };
|
||||||
|
Loading…
Reference in New Issue
Block a user