xed-editor: 2.8.4 -> 3.0.2

+2 -2
+2 -2
pkgs/applications/editors/xed-editor/default.nix
··· 18 19 stdenv.mkDerivation rec { 20 pname = "xed-editor"; 21 - version = "2.8.4"; 22 23 src = fetchFromGitHub { 24 owner = "linuxmint"; 25 repo = "xed"; 26 rev = version; 27 - sha256 = "1hqr4157kp110p01jygqnnzj86zxlfiq4b53j345vqpx0f80c340"; 28 }; 29 30 nativeBuildInputs = [
··· 18 19 stdenv.mkDerivation rec { 20 pname = "xed-editor"; 21 + version = "3.0.2"; 22 23 src = fetchFromGitHub { 24 owner = "linuxmint"; 25 repo = "xed"; 26 rev = version; 27 + sha256 = "sha256-VIudVgENibOz8RK0oK80U74wy592q3vKEnl3zuS7oSI="; 28 }; 29 30 nativeBuildInputs = [