mirror of https://github.com/materusPL/Nixerus.git
Revert "amdgpu-pro-libs: update to 5.5.1" firmware don't work
This reverts commit 1d37b05c34
.
This commit is contained in:
parent
7972da1b42
commit
78cb1ec187
File diff suppressed because it is too large
Load Diff
|
@ -26,8 +26,8 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/lib
|
mkdir -p $out
|
||||||
mv lib/firmware/updates $out/lib/firmware
|
mv usr/src/amdgpu-5.18.13-1580598.22.04 $out/lib
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
|
|
@ -22,7 +22,7 @@ def readPackages(packageString, packages,version):
|
||||||
elif x[0] == "SHA256":
|
elif x[0] == "SHA256":
|
||||||
packages[len(packages) - 1]["sha256"] = x[1].strip()
|
packages[len(packages) - 1]["sha256"] = x[1].strip()
|
||||||
|
|
||||||
def generateFetchurl(version = "5.5.1", ubuntu_code = "jammy"):
|
def generateFetchurl(version = "5.4.6", ubuntu_code = "jammy"):
|
||||||
|
|
||||||
packages = []
|
packages = []
|
||||||
packages32 = []
|
packages32 = []
|
||||||
|
|
Loading…
Reference in New Issue