auto-editor: 30.3.0 -> 30.4.0

This commit is contained in:
R. Ryantm
2026-06-02 17:16:30 +00:00
parent 05bf8cf22c
commit 579a06442b

View File

@@ -19,13 +19,13 @@
buildNimPackage rec {
pname = "auto-editor";
version = "30.3.0";
version = "30.4.0";
src = fetchFromGitHub {
owner = "WyattBlue";
repo = "auto-editor";
tag = version;
hash = "sha256-1DFTT6dyIYlB3EMPf5eleXvRr1d29jmtt7GQfRpOkUE=";
hash = "sha256-AzUTDOWzyhZLrwqO9HfZ/Ke72LElJAMzVoDydBfYKwg=";
};
lockFile = ./lock.json;