Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
declantsien committed Jan 7, 2023
1 parent ed04344 commit 9b24cc1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-dmg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/_build.yml
with:
os: macos-11
git_ref: vendor-master
git_ref: vendor/webrender
git_sha: ${{ github.event.inputs.git_sha }}
build_args: --native-comp
secrets:
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#+html: </p">

** Source
https://github.com/declantsien/emacs-ng/tree/develop
https://github.com/declantsien/emacs-ng/tree/feature/webrender

** Builds
*** [[https://git.sr.ht/~declantsien/guix-channel/tree/master/item/declantsien/packages/emacs.scm#L35][Guix channel]]
Expand Down
6 changes: 3 additions & 3 deletions nix/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"name": null,
"owner": "declantsien",
"repo": "emacs-ng",
"rev": "831e9911065662ef6e194b090a6a5fa2a587683a",
"sha256": "sha256-60k7vjqdW1s4CFqDGD5Ckf/kfuuc6iQ/N1u2CScG/mQ=",
"rev": "2407f974a176839885d56f050750d4c4ce661b04",
"sha256": "sha256-jg4fbJFPiu1XNCU7Zh6L00m8iZ+4uduXIiDep95zaHA=",
"type": "github"
},
"version": "831e9911065662ef6e194b090a6a5fa2a587683a"
"version": "2407f974a176839885d56f050750d4c4ce661b04"
}
}
6 changes: 3 additions & 3 deletions nix/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
{
emacs-webrender = {
pname = "emacs-webrender";
version = "831e9911065662ef6e194b090a6a5fa2a587683a";
version = "2407f974a176839885d56f050750d4c4ce661b04";
src = fetchFromGitHub ({
owner = "declantsien";
repo = "emacs-ng";
rev = "831e9911065662ef6e194b090a6a5fa2a587683a";
rev = "2407f974a176839885d56f050750d4c4ce661b04";
fetchSubmodules = false;
sha256 = "sha256-60k7vjqdW1s4CFqDGD5Ckf/kfuuc6iQ/N1u2CScG/mQ=";
sha256 = "sha256-jg4fbJFPiu1XNCU7Zh6L00m8iZ+4uduXIiDep95zaHA=";
});
};
}
2 changes: 1 addition & 1 deletion nix/sources.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# nvfetcher.toml
[emacs-webrender]
src.git = "https://github.com/declantsien/emacs-ng"
src.branch = "vendor-master"
src.branch = "vendor/webrender"
fetch.github = "declantsien/emacs-ng"

0 comments on commit 9b24cc1

Please sign in to comment.