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

your-editor: 1504 -> 1505
This commit is contained in:
figsoda 2023-03-18 22:51:09 -04:00 committed by GitHub
commit 7d77983e94
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 = "1504";
version = "1505";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "sha256-EUDkuCMhBz/Gs4DW3V6fqU583MzqXy1r08WDnUN76cw=";
sha256 = "sha256-4HPrBr1M8J484qu1cXpZyVdLu3+/IYoNnNV9vSd4SlY=";
};
installPhase = ''