amdgpu-pro-libs: update to 6.4

This commit is contained in:
Mateusz Słodkowicz 2025-05-03 18:13:23 +02:00
parent d026598da4
commit b148d7e059
Signed by: materus
GPG Key ID: 28D140BCA60B4FD1
3 changed files with 286 additions and 304 deletions

View File

@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1744208565, "lastModified": 1746287478,
"narHash": "sha256-vG3JJOar/r8ognz7wuwMtOJ8Knu1MMlOzHB1N6R2MbY=", "narHash": "sha256-z3HiHR2CNAdwyZTWPM2kkzhE1gD1G6ExPxkaiQfNh7s=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "542efdf2dfac351498f534eb71671525b9bd45ed", "rev": "75268f62525920c4936404a056f37b91e299c97e",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -44,11 +44,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1744098102, "lastModified": 1746141548,
"narHash": "sha256-tzCdyIJj9AjysC3OuKA+tMD/kDEDAF9mICPDU7ix0JA=", "narHash": "sha256-IgBWhX7A2oJmZFIrpRuMnw5RAufVnfvOgHWgIdds+hc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "c8cd81426f45942bb2906d5ed2fe21d2f19d95b7", "rev": "f02fddb8acef29a8b32f10a335d44828d7825b78",
"type": "github" "type": "github"
}, },
"original": { "original": {

File diff suppressed because it is too large Load Diff

View File

@ -17,7 +17,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 = "6.3.4", ubuntu_code = "jammy"): def generateFetchurl(version = "6.4", ubuntu_code = "noble"):
packages = [] packages = []
packages32 = [] packages32 = []