xed-editor: 3.8.2 -> 3.8.3

https://github.com/linuxmint/xed/compare/3.8.2...3.8.3

+2 -2
+2 -2
pkgs/by-name/xe/xed-editor/package.nix
··· 21 22 stdenv.mkDerivation rec { 23 pname = "xed-editor"; 24 - version = "3.8.2"; 25 26 src = fetchFromGitHub { 27 owner = "linuxmint"; 28 repo = "xed"; 29 rev = version; 30 - hash = "sha256-LSAOo6lPm6CQdTNxfAIthul9I9VnWpbEo1vOnKN7SNU="; 31 }; 32 33 patches = [
··· 21 22 stdenv.mkDerivation rec { 23 pname = "xed-editor"; 24 + version = "3.8.3"; 25 26 src = fetchFromGitHub { 27 owner = "linuxmint"; 28 repo = "xed"; 29 rev = version; 30 + hash = "sha256-bNnxQOYDBS/pNaBwvmrt/VAya/m7t5H40lJkFevufUE="; 31 }; 32 33 patches = [