your-editor: 1400 -> 1403

https://github.com/your-editor/yed/releases/tag/1403
This commit is contained in:
kilianar 2022-07-03 23:29:29 +02:00
parent fe04d2c054
commit a18f8633c7

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "your-editor";
version = "1400";
version = "1403";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "sha256-qF+fMFHfY1fdWPAFEoCxcKHB++sFNwOaHeaMv+6gakg=";
sha256 = "sha256-hG0ZRAxWOdFtDgKcDysu89LOdULZmJHLi7grfVjAbwM=";
};
installPhase = ''