Updating straight.el version used

The new straight version won't unhelpfully override `(org-version)` and
`(org-revision)` with with its custom implementation that only work in a
git repository. This change will make `elfeed` package work again.
(Setting `straight-fix-org` to `nil` would have also resolved the issue)

The updated `straight.el` version also plays along better with emacsGcc.

Relates-to: vlaci/nix-straight.el#2
Fixes: #158
This commit is contained in:
László Vaskó
2021-05-21 00:08:34 +02:00
parent 2f58c44b34
commit 201e023c67
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@ -147,16 +147,16 @@
"nix-straight": { "nix-straight": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1592852066, "lastModified": 1621543597,
"narHash": "sha256-IwmBDtGv7GamiwCG+awZN6VgtHqJElkv/ic0VrVXAkI=", "narHash": "sha256-E/m2Hrw2og//CfOCOWe2yapYC01Tqhozn4YMPYJsC3o=",
"owner": "vlaci", "owner": "vlaci",
"repo": "nix-straight.el", "repo": "nix-straight.el",
"rev": "9e6f7d71760b997b09d9bd3046257bc9ec17265b", "rev": "8e84d04f10b2298de856b2b8b9a0d13abc91b5ca",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "vlaci", "owner": "vlaci",
"ref": "v2.1.0", "ref": "v2.2.0",
"repo": "nix-straight.el", "repo": "nix-straight.el",
"type": "github" "type": "github"
} }

View File

@ -52,7 +52,7 @@
evil-quick-diff.flake = false; evil-quick-diff.flake = false;
explain-pause-mode.url = "github:lastquestion/explain-pause-mode"; explain-pause-mode.url = "github:lastquestion/explain-pause-mode";
explain-pause-mode.flake = false; explain-pause-mode.flake = false;
nix-straight.url = "github:vlaci/nix-straight.el/v2.1.0"; nix-straight.url = "github:vlaci/nix-straight.el/v2.2.0";
nix-straight.flake = false; nix-straight.flake = false;
nose.url= "github:emacsattic/nose"; nose.url= "github:emacsattic/nose";
nose.flake = false; nose.flake = false;