Merge pull request #145975 from tu-maurice/xed-editor-3.0.2

xed-editor: 2.8.4 -> 3.0.2
This commit is contained in:
Bobby Rong 2021-11-15 10:56:50 +08:00 committed by GitHub
commit f22d2c44a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "xed-editor";
version = "2.8.4";
version = "3.0.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
sha256 = "1hqr4157kp110p01jygqnnzj86zxlfiq4b53j345vqpx0f80c340";
sha256 = "sha256-VIudVgENibOz8RK0oK80U74wy592q3vKEnl3zuS7oSI=";
};
nativeBuildInputs = [