about summary refs log tree commit diff
path: root/pkgs/applications/editors/your-editor
diff options
context:
space:
mode:
authoruniquepointer <71751817+uniquepointer@users.noreply.github.com>2021-11-10 10:40:54 +0000
committerGitHub <noreply@github.com>2021-11-10 11:40:54 +0100
commit8f6a04992077bc30c80ca636e1b316a053a3a98a (patch)
tree48f5f369b85c9771000363f47c0cbfcb5e623df3 /pkgs/applications/editors/your-editor
parent03a257e5a34db7dcf56e74a4da121843d5a17799 (diff)
your-editor: 1203 -> 1206 (#145241)
Co-authored-by: figsoda <figsoda@pm.me>
Diffstat (limited to 'pkgs/applications/editors/your-editor')
-rw-r--r--pkgs/applications/editors/your-editor/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/your-editor/default.nix b/pkgs/applications/editors/your-editor/default.nix
index a191943c3fd6e..dd3bde160c374 100644
--- a/pkgs/applications/editors/your-editor/default.nix
+++ b/pkgs/applications/editors/your-editor/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "your-editor";
-  version = "1203";
+  version = "1206";
 
   src = fetchFromGitHub {
     owner = "kammerdienerb";
     repo = "yed";
-    rev = "608418f2037dc4ef5647e69fcef45302c50f138c";
-    sha256 = "KqK2lcDTn91aCFJIDg+h+QsTrl7745So5aiKCxPkeh4=";
+    rev = "6cdd99fe1359899b26d8967bd376fd5caa5451eb";
+    sha256 = "0XECSolW/xPXd1v3sv9HbJMWuHGnwCOwmHoPNCUsE+w=";
   };
 
   installPhase = ''