your-editor: 1505 -> 1506

This commit is contained in:
R. Ryantm 2023-08-18 21:46:18 +00:00
parent bc9b484db8
commit 5e88e819a5

View File

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