Unverified Commit 84a68bc0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

your-editor: 1600 -> 1601 (#343062)

parents 0323d94d ec7601fa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "your-editor";
  version = "1600";
  version = "1601";

  src = fetchFromGitHub {
    owner = "your-editor";
    repo = "yed";
    rev = version;
    sha256 = "sha256-bSW0ZAPIBDh3+VhAJlp16W1z4fEIPUkI73grJE/KUx4=";
    sha256 = "sha256-pa9ibXyuWq7jRYsn3bGdqvLWbwQO2VYsP6Bk+BayQ8o=";
  };

  installPhase = ''