about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-09-14 23:13:17 -0300
committerGitHub <noreply@github.com>2022-09-14 23:13:17 -0300
commitc35a89ce3aeb0600751e7a470428d3e293134663 (patch)
treec5125901180dcf963de6e38304a39fdcac1a6562 /pkgs/applications/editors
parent818b2069c175fd670ea1f9c5274ff545c2818e02 (diff)
parentef816fb05a7db310b7170137979c5aabf1061b3c (diff)
downloadnixlib-c35a89ce3aeb0600751e7a470428d3e293134663.tar
nixlib-c35a89ce3aeb0600751e7a470428d3e293134663.tar.gz
nixlib-c35a89ce3aeb0600751e7a470428d3e293134663.tar.bz2
nixlib-c35a89ce3aeb0600751e7a470428d3e293134663.tar.lz
nixlib-c35a89ce3aeb0600751e7a470428d3e293134663.tar.xz
nixlib-c35a89ce3aeb0600751e7a470428d3e293134663.tar.zst
nixlib-c35a89ce3aeb0600751e7a470428d3e293134663.zip
Merge pull request #191196 from sternenseemann/bqn-mode-2022-09-14
emacsPackages.bqn-mode: 2022-01-07 -> 2022-09-14
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/emacs/elisp-packages/bqn-mode/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/emacs/elisp-packages/bqn-mode/default.nix b/pkgs/applications/editors/emacs/elisp-packages/bqn-mode/default.nix
index 80e1b7d115df..6430e56ef730 100644
--- a/pkgs/applications/editors/emacs/elisp-packages/bqn-mode/default.nix
+++ b/pkgs/applications/editors/emacs/elisp-packages/bqn-mode/default.nix
@@ -5,13 +5,13 @@
 
 trivialBuild {
   pname = "bqn-mode";
-  version = "0.pre+date=2022-01-07";
+  version = "0.pre+date=2022-09-14";
 
   src = fetchFromGitHub {
     owner = "museoa";
     repo = "bqn-mode";
-    rev = "86ef8b4d32d272b2765cd4a6e6e0b70a4f3e99a2";
-    hash = "sha256-6ygV/iNzzpZ77w+Dh/snHAzUxrbfaU9TxuNOtJK6pNQ=";
+    rev = "3e3d4758c0054b35f047bf6d9e03b1bea425d013";
+    hash = "sha256:0pz3m4jp4dn8bsmc9n51sxwdk6g52mxb6y6f6a4g4hggb35shy2a";
   };
 
   meta = with lib; {