mirror of https://github.com/materusPL/Nixerus.git
amdgpu-pro-libs: update to 5.7.3
This commit is contained in:
parent
b455e3d9ea
commit
90839912fe
18
flake.lock
18
flake.lock
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700553346,
|
"lastModified": 1702735279,
|
||||||
"narHash": "sha256-kW7uWsCv/lxuA824Ng6EYD9hlVYRyjuFn0xBbYltAeQ=",
|
"narHash": "sha256-SztEzDOE/6bDNnWWvnRbSHPVrgewLwdSei1sxoZFejM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "1aabb0a31b25ad83cfaa37c3fe29053417cd9a0f",
|
"rev": "e9b9ecef4295a835ab073814f100498716b05a96",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -23,11 +23,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700390070,
|
"lastModified": 1702312524,
|
||||||
"narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=",
|
"narHash": "sha256-gkZJRDBUCpTPBvQk25G0B7vfbpEYM5s5OZqghkjZsnE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb",
|
"rev": "a9bf124c46ef298113270b1f84a164865987a91c",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -39,11 +39,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700603363,
|
"lastModified": 1702770334,
|
||||||
"narHash": "sha256-0f/qOTj4lOsdYUDoxQg1gH9RgCRz5yy+H1bYK1CYOSc=",
|
"narHash": "sha256-MVILxIF9ZVIk0f9w3yYZpy8auwxgey0MFzdoIFFvQNU=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "73a121a8cef922a2f65898af1953c206757589e1",
|
"rev": "1d37444620523278aa163bb9e30104f5d1152061",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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.7.2", ubuntu_code = "jammy"):
|
def generateFetchurl(version = "5.7.3", ubuntu_code = "jammy"):
|
||||||
|
|
||||||
packages = []
|
packages = []
|
||||||
packages32 = []
|
packages32 = []
|
||||||
|
|
Loading…
Reference in New Issue