alpha
Login
or
Join now
yemou.pink
/
nix-configs
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Nix configurations for my homelab
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
modules/games: update mesa
author
yemou
date
1 year ago
(Jun 8, 2025, 3:09 AM -0400)
commit
75a94a2f
75a94a2f3c3ad03ffa8f0d75f3558856433530d0
parent
24141025
2414102545ca5bb235c46a24543c9aede5897e53
+9
-9
2 changed files
Expand all
Collapse all
Unified
Split
flake.lock
modules
games.nix
+7
-7
flake.lock
Reviewed
···
62
62
]
63
63
},
64
64
"locked": {
65
65
-
"lastModified": 1749243446,
66
66
-
"narHash": "sha256-P1gumhZN5N9q+39ndePHYrtwOwY1cGx+VoXGl+vTm7A=",
65
65
+
"lastModified": 1749358668,
66
66
+
"narHash": "sha256-V91nN4Q9ZwX0N+Gzu+F8SnvzMcdURYnMcIvpfLQzD5M=",
67
67
"owner": "nix-community",
68
68
"repo": "home-manager",
69
69
-
"rev": "2d7d65f65b61fdfce23278e59ca266ddd0ef0a36",
69
69
+
"rev": "06451df423dd5e555f39857438ffc16c5b765862",
70
70
"type": "github"
71
71
},
72
72
"original": {
···
333
333
"sqlite-lib-src": "sqlite-lib-src"
334
334
},
335
335
"locked": {
336
336
-
"lastModified": 1749201617,
337
337
-
"narHash": "sha256-TDbBG+qh26NPYF3OE/RGfjIdV0MQbkOvJGPtZg6n4mw=",
336
336
+
"lastModified": 1749306370,
337
337
+
"narHash": "sha256-PqF6xIJG+WdLc/9EdyMyxk97qCo3XjisNB1SSKQst4c=",
338
338
"ref": "refs/heads/master",
339
339
-
"rev": "b8d38fa2312becc77ad473196e7ca78b5067e65d",
340
340
-
"revCount": 765,
339
339
+
"rev": "46d6632926c583ce65048aa1c194380608b7c7f1",
340
340
+
"revCount": 768,
341
341
"type": "git",
342
342
"url": "https://tangled.sh/@tangled.sh/core"
343
343
},
+2
-2
modules/games.nix
Reviewed
···
34
34
35
35
mesa = prev.mesa.overrideAttrs (
36
36
finalAttrs: prevAttrs: {
37
37
-
git-commit = "111005066db93df59f54f0c632206ac38d8aa9d6";
37
37
+
git-commit = "2859fd34f343657c790b6cabed1db2a80cf16854";
38
38
version = "25.2.0-${finalAttrs.git-commit}";
39
39
40
40
src = prev.fetchFromGitLab {
41
41
owner = "mesa";
42
42
repo = "mesa";
43
43
rev = finalAttrs.git-commit;
44
44
-
hash = "sha256-XcGww2rbLnQz6nvL8nEKsgVr8vZnS1XVFXX+WXWOY10=";
44
44
+
hash = "sha256-4uauWmfzCMkzpc0qenPM2T1Lx6oG8bXhK6IqXaoN7Ig=";
45
45
domain = "gitlab.freedesktop.org";
46
46
};
47
47