1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #143102 from sternenseemann/bqn-mode-2021-10-26

emacs.pkgs.bqn-mode: 2021-09-27 -> 2021-10-26
This commit is contained in:
adisbladis 2021-10-28 11:00:46 -05:00 committed by GitHub
commit cc558ba205
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
trivialBuild {
pname = "bqn-mode";
version = "0.pre+unstable=2021-09-27";
version = "0.pre+unstable=2021-10-26";
src = fetchFromGitHub {
owner = "AndersonTorres";
repo = "bqn-mode";
rev = "5bdc713ade78f11d756231739429440552d7faf8";
hash = "sha256-ztGHWKVgMP9N4hV9k0PY9LxqXgHxkycyF3N0eZ+jIZs=";
rev = "89d6928d0653518c97bcb06ae156f8b1de1b8768";
sha256 = "0pnvfssglaqbjw6hw7vf7vffzjdbqscqhyl62vknml29yl7mjq05";
};
meta = with lib; {