This commit is contained in:
Mars 2024-08-15 01:18:37 -04:00
parent dfde9448cb
commit bb870d667e
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
5 changed files with 49 additions and 12 deletions

View file

@ -1,4 +1,19 @@
{
"fix-window-role": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "fix-window-role",
"passthru": null,
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-H4Qj6n5uZsmsbdjjexGZctqhJk3gAXKiSnmnEO/LgTA=",
"type": "url",
"url": "https://raw.githubusercontent.com/d12frosted/homebrew-emacs-plus/master/patches/emacs-28/fix-window-role.patch"
},
"version": "0.1.0"
},
"intuitive-tab-line": {
"cargoLocks": null,
"date": "2024-07-13",

View file

@ -1,6 +1,14 @@
# This file was generated by nvfetcher, please do not modify it manually.
{ fetchgit, fetchurl, fetchFromGitHub, dockerTools }:
{
fix-window-role = {
pname = "fix-window-role";
version = "0.1.0";
src = fetchurl {
url = "https://raw.githubusercontent.com/d12frosted/homebrew-emacs-plus/master/patches/emacs-28/fix-window-role.patch";
sha256 = "sha256-H4Qj6n5uZsmsbdjjexGZctqhJk3gAXKiSnmnEO/LgTA=";
};
};
intuitive-tab-line = {
pname = "intuitive-tab-line";
version = "7af75e46bbb22927e53df8d3664e1873234416f5";