your-editor: 1504 -> 1505

This commit is contained in:
R. Ryantm 2023-03-19 01:55:29 +00:00
parent d384095645
commit fad64b6af6

View file

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