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

This commit is contained in:
Martin Weinelt 2022-02-13 19:31:12 +01:00 committed by GitHub
commit a13d245d2e
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 = "1303";
version = "1400";
src = fetchFromGitHub {
owner = "your-editor";
repo = "yed";
rev = version;
sha256 = "BWy/icQs8hVtNeM/mCi6LOah1UG0elU/DgCmfaIPD64=";
sha256 = "sha256-qF+fMFHfY1fdWPAFEoCxcKHB++sFNwOaHeaMv+6gakg=";
};
installPhase = ''