This commit is contained in:
alsaiduq-lab 2025-07-02 02:12:45 -06:00
parent 762e77a900
commit 8365e89ab9
2 changed files with 8 additions and 8 deletions

14
flake.lock generated
View file

@ -99,11 +99,11 @@
"i3-dotfiles": { "i3-dotfiles": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1751342458, "lastModified": 1751442530,
"narHash": "sha256-TZEPeibXSqcC9JbQrR8cQ3nDTh5mUhY66w+48N2AV2M=", "narHash": "sha256-5NItrRRLwBpRkp1XjBdP0AUpM61PJh0FvxseWa3QXBw=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8b04075b1496b40224b37c0e422399c58ed3c300", "rev": "063264a5bfaa2f0ffdb51f7c740c53e909b98a0b",
"revCount": 2, "revCount": 4,
"type": "git", "type": "git",
"url": "ssh://git@github.com/alsaiduq-lab/i3-dotfiles" "url": "ssh://git@github.com/alsaiduq-lab/i3-dotfiles"
}, },
@ -191,11 +191,11 @@
"rpcs3_latest": { "rpcs3_latest": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1751264330, "lastModified": 1751436755,
"narHash": "sha256-Na/en54dDJ8krCH4pL2GuxCfXWCSSQnbg0l4GHCxM7A=", "narHash": "sha256-Oa55hrm3dGaiuwGcs/iXQkY+A7FDSPpzLOKnNdhQlgI=",
"owner": "RPCS3", "owner": "RPCS3",
"repo": "rpcs3", "repo": "rpcs3",
"rev": "20c9dcd2d6dbac8d2c1a4b1aab88d995ed6dc72e", "rev": "eeeb7fb4ab11edbfe1f4a7e1708f5bc45fedfbc8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -37,7 +37,7 @@
src = pkgs.fetchgit { src = pkgs.fetchgit {
url = "https://github.com/RPCS3/rpcs3.git"; url = "https://github.com/RPCS3/rpcs3.git";
rev = rpcs3_latest.rev; rev = rpcs3_latest.rev;
sha256 = "sha256-L5zePjwSvAIsZhYfJgO3FKdafSRPAXPPgZTjFm7ZuOo="; sha256 = "sha256-efQzZd0EQsvDlAnoMlG+RKjCJiFFj0Iw8BWDoVlRI8c=";
fetchSubmodules = true; fetchSubmodules = true;
}; };
patches = []; patches = [];