Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fortuneteller2k authored and moni-dz committed Apr 30, 2024
1 parent eddbe9c commit d94ee8f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
24 changes: 12 additions & 12 deletions _sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
"picom": {
"cargoLocks": null,
"date": "2024-04-28",
"date": "2024-04-29",
"extract": null,
"name": "picom",
"passthru": null,
Expand All @@ -133,11 +133,11 @@
"name": null,
"owner": "yshui",
"repo": "picom",
"rev": "d6e3335cfd4ec089c41e6c0b9847209ff5e3ff5a",
"sha256": "sha256-gVMCBaP4wAdHSnFa+ype9Gv0czq2qh9fiYM3WPcT/Ew=",
"rev": "2052bc70c32ce11fb534f6b2531d3d826101b9b3",
"sha256": "sha256-FJf+lO9cNiGY0UncAfOiQnH1xH8NC+bpi2kqB7rCC60=",
"type": "github"
},
"version": "d6e3335cfd4ec089c41e6c0b9847209ff5e3ff5a"
"version": "2052bc70c32ce11fb534f6b2531d3d826101b9b3"
},
"picom-dccsillag": {
"cargoLocks": null,
Expand Down Expand Up @@ -181,7 +181,7 @@
},
"picom-pijulius": {
"cargoLocks": null,
"date": "2024-03-28",
"date": "2024-04-29",
"extract": null,
"name": "picom-pijulius",
"passthru": null,
Expand All @@ -193,11 +193,11 @@
"name": null,
"owner": "pijulius",
"repo": "picom",
"rev": "da21aa8ef70f9796bc8609fb495c3a1e02df93f9",
"sha256": "sha256-rxGWAot+6FnXKjNZkMl1uHHHEMVSxm36G3VoV1vSXLA=",
"rev": "22e0d3c6d9bf6ab7a67cc3b07c211bbf23e53c74",
"sha256": "sha256-pMJOHh7q+bUTtcQIpHXYuxJCVXQkJJuyViUPAVu/IEA=",
"type": "github"
},
"version": "da21aa8ef70f9796bc8609fb495c3a1e02df93f9"
"version": "22e0d3c6d9bf6ab7a67cc3b07c211bbf23e53c74"
},
"river": {
"cargoLocks": null,
Expand Down Expand Up @@ -240,7 +240,7 @@
},
"wezterm": {
"cargoLocks": null,
"date": "2024-04-05",
"date": "2024-04-29",
"extract": null,
"name": "wezterm",
"passthru": null,
Expand All @@ -250,11 +250,11 @@
"fetchSubmodules": true,
"leaveDotGit": false,
"name": null,
"rev": "cce0706b1f2a9e2d1f02c57f2d1cd367c91df1ae",
"sha256": "sha256-BBPxidOpFrw/tIRTqMSREyJF3QEWOwlIoVRT3FD62sQ=",
"rev": "0184e88e97b6521df613df4ccdb2e896ce8b0ad0",
"sha256": "sha256-exVTh69NeBloqNN1YS2B3tsOcSlGhHOMUaWn4/HciQ4=",
"type": "git",
"url": "https://github.com/wez/wezterm.git"
},
"version": "cce0706b1f2a9e2d1f02c57f2d1cd367c91df1ae"
"version": "0184e88e97b6521df613df4ccdb2e896ce8b0ad0"
}
}
24 changes: 12 additions & 12 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
};
picom = {
pname = "picom";
version = "d6e3335cfd4ec089c41e6c0b9847209ff5e3ff5a";
version = "2052bc70c32ce11fb534f6b2531d3d826101b9b3";
src = fetchFromGitHub {
owner = "yshui";
repo = "picom";
rev = "d6e3335cfd4ec089c41e6c0b9847209ff5e3ff5a";
rev = "2052bc70c32ce11fb534f6b2531d3d826101b9b3";
fetchSubmodules = false;
sha256 = "sha256-gVMCBaP4wAdHSnFa+ype9Gv0czq2qh9fiYM3WPcT/Ew=";
sha256 = "sha256-FJf+lO9cNiGY0UncAfOiQnH1xH8NC+bpi2kqB7rCC60=";
};
date = "2024-04-28";
date = "2024-04-29";
};
picom-dccsillag = {
pname = "picom-dccsillag";
Expand Down Expand Up @@ -111,15 +111,15 @@
};
picom-pijulius = {
pname = "picom-pijulius";
version = "da21aa8ef70f9796bc8609fb495c3a1e02df93f9";
version = "22e0d3c6d9bf6ab7a67cc3b07c211bbf23e53c74";
src = fetchFromGitHub {
owner = "pijulius";
repo = "picom";
rev = "da21aa8ef70f9796bc8609fb495c3a1e02df93f9";
rev = "22e0d3c6d9bf6ab7a67cc3b07c211bbf23e53c74";
fetchSubmodules = false;
sha256 = "sha256-rxGWAot+6FnXKjNZkMl1uHHHEMVSxm36G3VoV1vSXLA=";
sha256 = "sha256-pMJOHh7q+bUTtcQIpHXYuxJCVXQkJJuyViUPAVu/IEA=";
};
date = "2024-03-28";
date = "2024-04-29";
};
river = {
pname = "river";
Expand Down Expand Up @@ -148,15 +148,15 @@
};
wezterm = {
pname = "wezterm";
version = "cce0706b1f2a9e2d1f02c57f2d1cd367c91df1ae";
version = "0184e88e97b6521df613df4ccdb2e896ce8b0ad0";
src = fetchgit {
url = "https://github.com/wez/wezterm.git";
rev = "cce0706b1f2a9e2d1f02c57f2d1cd367c91df1ae";
rev = "0184e88e97b6521df613df4ccdb2e896ce8b0ad0";
fetchSubmodules = true;
deepClone = false;
leaveDotGit = false;
sha256 = "sha256-BBPxidOpFrw/tIRTqMSREyJF3QEWOwlIoVRT3FD62sQ=";
sha256 = "sha256-exVTh69NeBloqNN1YS2B3tsOcSlGhHOMUaWn4/HciQ4=";
};
date = "2024-04-05";
date = "2024-04-29";
};
}
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d94ee8f

Please sign in to comment.