your-editor: 1503 -> 1504

This commit is contained in:
R. Ryantm 2023-02-28 06:57:14 +00:00
parent eef1defad8
commit 8041ca7884

View file

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