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.
1 parent 94fe019 commit 5f93d3fCopy full SHA for 5f93d3f
pkgs/by-name/xe/xed-editor/package.nix
@@ -20,13 +20,13 @@
20
21
stdenv.mkDerivation rec {
22
pname = "xed-editor";
23
- version = "3.6.6";
+ version = "3.6.7";
24
25
src = fetchFromGitHub {
26
owner = "linuxmint";
27
repo = "xed";
28
rev = version;
29
- hash = "sha256-Lpdv8mX3GDzXH1FGGdmgK9b8P3EY7ETuEhGfSwc6IIE=";
+ hash = "sha256-hQy06+/8rJIvHK7uKyMsIMH0qAZgza/2l/hOHDMOgo4=";
30
};
31
32
patches = [
0 commit comments