mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
sbclPackages.nkeymaps: 1.1.0 -> 1.1.1
This commit is contained in:
parent
cb5f05ece4
commit
9ac7126460
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user