xed-editor: 3.6.6 -> 3.6.7

https://github.com/linuxmint/xed/compare/3.6.6...3.6.7
This commit is contained in:
Bobby Rong 2024-11-26 21:18:46 +08:00
parent 94fe01900a
commit 5f93d3f0e2
No known key found for this signature in database

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.6.6";
version = "3.6.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
hash = "sha256-Lpdv8mX3GDzXH1FGGdmgK9b8P3EY7ETuEhGfSwc6IIE=";
hash = "sha256-hQy06+/8rJIvHK7uKyMsIMH0qAZgza/2l/hOHDMOgo4=";
};
patches = [