mirror of https://github.com/materusPL/Nixerus.git
amdgpu-pro-libs: update to 5.7
This commit is contained in:
parent
bd301b03f9
commit
261cd611b4
File diff suppressed because it is too large
Load Diff
|
@ -22,7 +22,7 @@ def readPackages(packageString, packages,version):
|
|||
elif x[0] == "SHA256":
|
||||
packages[len(packages) - 1]["sha256"] = x[1].strip()
|
||||
|
||||
def generateFetchurl(version = "5.5.3", ubuntu_code = "jammy"):
|
||||
def generateFetchurl(version = "5.7", ubuntu_code = "jammy"):
|
||||
|
||||
packages = []
|
||||
packages32 = []
|
||||
|
|
Loading…
Reference in New Issue