testing
This commit is contained in:
parent
dfde9448cb
commit
bb870d667e
5 changed files with 49 additions and 12 deletions
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue