your-editor: 1403 -> 1503

This commit is contained in:
R. Ryantm 2023-01-20 00:22:44 +00:00
parent f46ee73ba6
commit 4babff9d9f

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "your-editor";
version = "1403";
version = "1503";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "sha256-hG0ZRAxWOdFtDgKcDysu89LOdULZmJHLi7grfVjAbwM=";
sha256 = "sha256-tRS01z2SnWTDDUfQxZTWiagQuIULDA4aQ8390ZFBqn0=";
};
installPhase = ''