Merge pull request #180049 from kilianar/yed

your-editor: 1400 -> 1403
This commit is contained in:
Bobby Rong 2022-07-04 21:09:47 +08:00 committed by GitHub
commit e9ae648380
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 = "1400";
version = "1403";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "sha256-qF+fMFHfY1fdWPAFEoCxcKHB++sFNwOaHeaMv+6gakg=";
sha256 = "sha256-hG0ZRAxWOdFtDgKcDysu89LOdULZmJHLi7grfVjAbwM=";
};
installPhase = ''