Merge pull request #160977 from tu-maurice/xed-editor-3.2.2

xed-editor: 3.0.2 -> 3.2.2
This commit is contained in:
Mario Rodas 2022-02-19 23:46:22 -05:00 committed by GitHub
commit e86527ab13
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 = "3.0.2";
version = "3.2.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "xed";
rev = version;
sha256 = "sha256-VIudVgENibOz8RK0oK80U74wy592q3vKEnl3zuS7oSI=";
sha256 = "sha256-PW7y3+Sa9FH5r5xvziysvxM08RJCPvnLs3wsm5IqToQ=";
};
nativeBuildInputs = [