sbclPackages.nkeymaps: 1.1.0 -> 1.1.1

This commit is contained in:
Vonfry 2023-12-12 19:17:29 +08:00
parent cb5f05ece4
commit 9ac7126460
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -341,12 +341,12 @@ let
nkeymaps = build-asdf-system rec {
pname = "nkeymaps";
version = "1.1.0";
version = "1.1.1";
src = pkgs.fetchFromGitHub {
owner = "atlas-engineer";
repo = "nkeymaps";
rev = version;
hash = "sha256-ewMu2IgEzCYY72vG91IA7l8X78Ph6jpQvbKeOFZdAyM=";
hash = "sha256-/t85Yh4EvnSyIM6xeDBLmfVz3wddmavInXzeYafNMJ0=";
};
lispLibs = with self; [ alexandria fset trivial-package-local-nicknames
str ];