Merge pull request #218748 from r-ryantm/auto-update/your-editor

your-editor: 1503 -> 1504
This commit is contained in:
figsoda 2023-02-28 12:45:03 -05:00 committed by GitHub
commit 36acdebd04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''