Skip to content

Commit

Permalink
WIP2
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Apr 29, 2024
1 parent eadb28e commit 301b182
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/ieee754fpu.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with python39Packages;
owner = "Libre-SOC-mirrors";
repo = "ieee754fpu";
rev = "829dfbc53ba38ec17bc544cb0b862e73cee223db"; # HEAD @ version date
#hash = "sha256-Ghbvg2Y4YlmxVEa3EtcvEVai4hC4VU4q+XIQh4pQ7+c=";
hash = "sha256-Ghbvg2Y4YlmxVEa3EtcvEVai4hC4VU4q+XIQh4pQ7+c=";
};

prePatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/by-name/libresoc/libresoc-c4m-jtag.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ python39Packages.buildPythonPackage rec {
src = fetchFromGitHub {
owner = "Libre-SOC-mirrors";
repo = "c4m-jtag";
rev = "e4d64e643acb1cd6218fc61910ab6266d3da7573"; # HEAD @ version date
#hash = "sha256-0yF/yqcknCq1fre5pnKux4V7guu2oDa6duPO9mU46n8=3";
rev = "f5322d804e8228a2a5715c77185c60148ff96da8"; # HEAD @ version date
hash = "sha256-0yF/yqcknCq1fre5pnKux4V7guu2oDa6duPO9mU46n8=3";
};

prePatch = ''
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/nmutil.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ with python39Packages;
owner = "Libre-SOC-mirrors";
repo = "nmutil";
rev = "4bf2f20bddc057df1597d14e0b990c0b9bdeb10e"; # HEAD @ version date
#hash = "sha256-8jXQGO4IeB6WjGtjuHO8UBh9n3ei7LukmRoXSbNJ1vM=";
hash = "sha256-8jXQGO4IeB6WjGtjuHO8UBh9n3ei7LukmRoXSbNJ1vM=";
};

propagatedNativeBuildInputs = [
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/openpower-isa.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ with python39Packages;
owner = "Libre-SOC-mirrors";
repo = "openpower-isa";
rev = "3cb597b99d414dbdb35336eb3734b5d46edd597f"; # HEAD @ version date
#hash= "sha256-OKUb3BmVEZD2iRV8sbNEEA7ANJImWX8FEj06o5+HQwU=";
hash= "sha256-OKUb3BmVEZD2iRV8sbNEEA7ANJImWX8FEj06o5+HQwU=";
};

# TODO: potential upstream patches
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/pinmux.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "Libre-SOC-mirrors";
repo = "pinmux";
rev = "ee6c6c5020f11e7debfd8262ffdb8abd6e1782c"; # HEAD @ version date
#hash = "sha256-Tux2RvcRmlpXMsHwve/+5rOyBRSThg9MVW2NGP3ZJxs=";
hash = "sha256-Tux2RvcRmlpXMsHwve/+5rOyBRSThg9MVW2NGP3ZJxs=";
};

nativeBuildInputs = [python39];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/power-instruction-analyzer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ with rustPlatform;
owner = "Libre-SOC-mirrors";
repo = "power-instruction-analyzer";
rev = "v${version}";
#hash = "sha256-UmgDykG9yn413PXrMsI4oRblCZdHbtaIZ55p89YPfQs=";
hash = "sha256-UmgDykG9yn413PXrMsI4oRblCZdHbtaIZ55p89YPfQs=";
};

cargoDeps = fetchCargoTarball {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/pytest-output-to-files.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ with python39Packages;
owner = "Libre-SOC-mirrors";
repo = "pytest-output-to-files";
rev = "e4d64e643acb1cd6218fc61910ab6266d3da7573"; # HEAD @ version date
#hash = "sha256-ES8zZ9s6wGcqw60NoN4tZf/Dq/sBvl+UDYrXuOgfMxI=";
hash = "sha256-ES8zZ9s6wGcqw60NoN4tZf/Dq/sBvl+UDYrXuOgfMxI=";
};


Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/libresoc/soc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ with python39Packages;
owner = "Libre-SOC-mirrors";
repo = "soc";
rev = "2a66fe18cd77dd5533c65930d1b241cf6faac455"; # HEAD @ version date
#hash = "sha256-yJshQYf8V0CB2vPCmWLlnxXMhi/sPXiLKzOn6cqgmxw=";
hash = "sha256-yJshQYf8V0CB2vPCmWLlnxXMhi/sPXiLKzOn6cqgmxw=";
fetchSubmodules = false;
};

Expand Down

0 comments on commit 301b182

Please sign in to comment.