Skip to content

Commit

Permalink
update igc
Browse files Browse the repository at this point in the history
  • Loading branch information
klchen0112 committed Jan 20, 2025
1 parent 501522b commit d7f8653
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@
})
.overrideAttrs (old: rec {
name = "emacs-${version}";
version = "igc-2025-01-18";
version = "igc-2025-01-20";
src = pkgs.fetchFromGitHub {
owner = "emacs-mirror";
repo = "emacs";
rev = "c311c4158ba806e4ba92f4db4277d1d26b08d387";
hash = "sha256-aS096CDTK3RHdZmOoY724Xz3q8Bi4EBZQ/Dd1b07BpI=";
rev = "35437854166f8d0c1deceb7aba50f27cc838b490";
hash = "sha256-fq0aEputmQSJK1KVTHy6Ef/FRrD9qQtr5THmph0jBDQ=";
};
configureFlags =
(old.configureFlags or [])
Expand Down

0 comments on commit d7f8653

Please sign in to comment.