p4d: 2022.1.2305383 -> 2023.1.2513900

+5 -9
+5 -9
pkgs/applications/version-management/p4d/default.nix
··· 7 7 let 8 8 # Upstream replaces minor versions, so use cached URLs. 9 9 srcs = { 10 - "i686-linux" = fetchurl { 11 - url = "https://web.archive.org/web/20220907001049/https://ftp.perforce.com/perforce/r22.1/bin.linux26x86/helix-core-server.tgz"; 12 - sha256 = "e9cf27c9dd2fa6432745058a93896d151543aff712fce9f7322152d6ea88a12a"; 13 - }; 14 10 "x86_64-linux" = fetchurl { 15 - url = "https://web.archive.org/web/20220907001202/https://ftp.perforce.com/perforce/r22.1/bin.linux26x86_64/helix-core-server.tgz"; 16 - sha256 = "9c272b67574264a4f49fe846ccda24fbd4baeb282665af74b6fbccff26a43558"; 11 + url = "https://web.archive.org/web/20231109221336id_/https://ftp.perforce.com/perforce/r23.1/bin.linux26x86_64/helix-core-server.tgz"; 12 + sha256 = "b68c4907cf9258ab47102e8f0e489c11d528a8f614bfa45e3a2fa198639e2362"; 17 13 }; 18 14 "x86_64-darwin" = fetchurl { 19 - url = "https://web.archive.org/web/20220907001334/https://ftp.perforce.com/perforce/r22.1/bin.macosx1015x86_64/helix-core-server.tgz"; 20 - sha256 = "2500a23fe482a303bd400f0de460b7624ad3f940fef45246004b9f956e90ea45"; 15 + url = "https://web.archive.org/web/20231109221937id_/https://ftp.perforce.com/perforce/r23.1/bin.macosx1015x86_64/helix-core-server.tgz"; 16 + sha256 = "fcbf09787ffc29f7237839711447bf19a37ae18a8a7e19b2d30deb3715ae2c11"; 21 17 }; 22 18 }; 23 19 in 24 20 stdenv.mkDerivation { 25 21 pname = "p4d"; 26 - version = "2022.1.2305383"; 22 + version = "2023.1.2513900"; 27 23 28 24 src = 29 25 assert lib.assertMsg (builtins.hasAttr stdenv.hostPlatform.system srcs) "p4d is not available for ${stdenv.hostPlatform.system}";