about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-12-09 16:25:45 +0000
committerAlyssa Ross <hi@alyssa.is>2021-01-06 12:13:08 +0000
commitbf30cc2239cef6948332de8ec6869d31bcaafcfb (patch)
tree180efe820cb0b45b75705e4305d151f89463a1da
parent9e283958d6bb9c91a6fdb7c8b269729b0af6d620 (diff)
downloadnixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.tar
nixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.tar.gz
nixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.tar.bz2
nixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.tar.lz
nixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.tar.xz
nixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.tar.zst
nixlib-bf30cc2239cef6948332de8ec6869d31bcaafcfb.zip
patches/rust-mode: use upstream commit hash
-rw-r--r--overlays/patches/emacs/rust-mode/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/patches/emacs/rust-mode/default.nix b/overlays/patches/emacs/rust-mode/default.nix
index ff32208c0d6f..87dca799a2df 100644
--- a/overlays/patches/emacs/rust-mode/default.nix
+++ b/overlays/patches/emacs/rust-mode/default.nix
@@ -3,7 +3,7 @@
 rust-mode.overrideAttrs ({ patches ? [], ... }: {
   patches = patches ++ [
     (fetchpatch {
-      url = "https://github.com/rust-lang/rust-mode/commit/4bbe1c0f01ff9f80107a95da4448ae3e26e4b6a8.patch";
+      url = "https://github.com/rust-lang/rust-mode/commit/ca415e9a7877538de5b34e9eaabf83ffb210b820.patch";
       sha256 = "1a2nmvah5lw645b0n9llq4vp68z29v2w25miavj42jsblgmf778q";
     })
   ];