your-editor: 1303 -> 1400

This commit is contained in:
R. Ryantm 2022-02-13 13:15:59 +00:00
parent b7adb6b1df
commit a573c1f7f0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "your-editor";
version = "1303";
version = "1400";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "BWy/icQs8hVtNeM/mCi6LOah1UG0elU/DgCmfaIPD64=";
sha256 = "sha256-qF+fMFHfY1fdWPAFEoCxcKHB++sFNwOaHeaMv+6gakg=";
};
installPhase = ''