Skip to content

Commit 5f93d3f

Browse files
committed
xed-editor: 3.6.6 -> 3.6.7
linuxmint/xed@3.6.6...3.6.7
1 parent 94fe019 commit 5f93d3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/xe/xed-editor/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
stdenv.mkDerivation rec {
2222
pname = "xed-editor";
23-
version = "3.6.6";
23+
version = "3.6.7";
2424

2525
src = fetchFromGitHub {
2626
owner = "linuxmint";
2727
repo = "xed";
2828
rev = version;
29-
hash = "sha256-Lpdv8mX3GDzXH1FGGdmgK9b8P3EY7ETuEhGfSwc6IIE=";
29+
hash = "sha256-hQy06+/8rJIvHK7uKyMsIMH0qAZgza/2l/hOHDMOgo4=";
3030
};
3131

3232
patches = [

0 commit comments

Comments
 (0)