Loading pkgs/development/tools/misc/coreboot-toolchain/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ let stdenvNoCC.mkDerivation (finalAttrs: { pname = "coreboot-toolchain-${arch}"; version = "24.02"; version = "24.05"; src = fetchgit { url = "https://review.coreboot.org/coreboot"; rev = finalAttrs.version; hash = "sha256-fHulr7w5I9LzBwGt/ZVaN7A3XEd7uQ2eJJifxII7rtk="; hash = "sha256-jTfMFvl3sG3BIVVkpZ81BQ20Bs+2ESE6RMh0fW86rKE="; fetchSubmodules = false; leaveDotGit = true; postFetch = '' Loading pkgs/development/tools/misc/coreboot-toolchain/stable.nix +6 −6 Original line number Diff line number Diff line Loading @@ -28,17 +28,17 @@ }; } { name = "binutils-2.41.tar.xz"; name = "binutils-2.42.tar.xz"; archive = fetchurl { sha256 = "0l3l003dynq11ppr2h8p0cfc7zyky8ilfwg60sbfan9lwa4mg6mf"; url = "mirror://gnu/binutils/binutils-2.41.tar.xz"; sha256 = "0058hngi16793aja9ih623mfr98dcarmf549nw38nxzwslgx9r7n"; url = "mirror://gnu/binutils/binutils-2.42.tar.xz"; }; } { name = "R06_28_23.tar.gz"; name = "acpica-unix-20230628.tar.gz"; archive = fetchurl { sha256 = "0cadxihshyrjplrx01vna13r1m2f6lj1klw7mh8pg2m0gjdpjj12"; url = "https://github.com/acpica/acpica/archive/refs/tags/R06_28_23.tar.gz"; sha256 = "1kjwzyfrmw0fhawjvpqib3l5jxdlcpj3vv92sb7ls8ixbrs6m1w6"; url = "https://downloadmirror.intel.com/783534/acpica-unix-20230628.tar.gz"; }; } { Loading Loading
pkgs/development/tools/misc/coreboot-toolchain/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -19,12 +19,12 @@ let stdenvNoCC.mkDerivation (finalAttrs: { pname = "coreboot-toolchain-${arch}"; version = "24.02"; version = "24.05"; src = fetchgit { url = "https://review.coreboot.org/coreboot"; rev = finalAttrs.version; hash = "sha256-fHulr7w5I9LzBwGt/ZVaN7A3XEd7uQ2eJJifxII7rtk="; hash = "sha256-jTfMFvl3sG3BIVVkpZ81BQ20Bs+2ESE6RMh0fW86rKE="; fetchSubmodules = false; leaveDotGit = true; postFetch = '' Loading
pkgs/development/tools/misc/coreboot-toolchain/stable.nix +6 −6 Original line number Diff line number Diff line Loading @@ -28,17 +28,17 @@ }; } { name = "binutils-2.41.tar.xz"; name = "binutils-2.42.tar.xz"; archive = fetchurl { sha256 = "0l3l003dynq11ppr2h8p0cfc7zyky8ilfwg60sbfan9lwa4mg6mf"; url = "mirror://gnu/binutils/binutils-2.41.tar.xz"; sha256 = "0058hngi16793aja9ih623mfr98dcarmf549nw38nxzwslgx9r7n"; url = "mirror://gnu/binutils/binutils-2.42.tar.xz"; }; } { name = "R06_28_23.tar.gz"; name = "acpica-unix-20230628.tar.gz"; archive = fetchurl { sha256 = "0cadxihshyrjplrx01vna13r1m2f6lj1klw7mh8pg2m0gjdpjj12"; url = "https://github.com/acpica/acpica/archive/refs/tags/R06_28_23.tar.gz"; sha256 = "1kjwzyfrmw0fhawjvpqib3l5jxdlcpj3vv92sb7ls8ixbrs6m1w6"; url = "https://downloadmirror.intel.com/783534/acpica-unix-20230628.tar.gz"; }; } { Loading