your-editor: 1506 -> 1600

This commit is contained in:
R. Ryantm 2024-07-04 03:27:59 +00:00
parent d8724afca4
commit 2b5fdbc3f1

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "your-editor";
version = "1506";
version = "1600";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "sha256-QmUquXoDGhoan+Y1kdkTirdkIvYPBkeAEkMLkaE9QKk=";
sha256 = "sha256-bSW0ZAPIBDh3+VhAJlp16W1z4fEIPUkI73grJE/KUx4=";
};
installPhase = ''