xed-editor: 3.8.1 -> 3.8.2

This commit is contained in:
R. Ryantm
2025-01-07 13:32:02 +00:00
parent fb74d2e522
commit b18d0584a4
+2 -2
View File
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "3.8.1";
version = "3.8.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
hash = "sha256-q6lhgax3W51rtgmmROcrzxgaxz5J9r7CcPwhYDt/A5Y=";
hash = "sha256-LSAOo6lPm6CQdTNxfAIthul9I9VnWpbEo1vOnKN7SNU=";
};
patches = [