We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3111ccf + 50be571 commit 7d0bf83Copy full SHA for 7d0bf83
pkgs/applications/editors/qemacs/default.nix
@@ -10,13 +10,13 @@
10
11
stdenv.mkDerivation rec {
12
pname = "qemacs";
13
- version = "5.4.1c";
+ version = "6.1.1b";
14
15
src = fetchFromGitHub {
16
owner = "qemacs";
17
repo = "qemacs";
18
- rev = "216b3ff8b77ff138aec22045522d5601b7390e58";
19
- hash = "sha256-ngVaZZdr/Ym9YswLqzUtDytC0K7L9mKgORopLghGH3k=";
+ rev = "06b3d373bbcc52b51ccb438bf3cab38a49492ff0";
+ hash = "sha256-Z4BbA8W3bYdw+cHgI24r55OP1Olr3GwKLlfRxjy45i8=";
20
};
21
22
postPatch = ''
0 commit comments