auto-editor: 30.3.0 -> 30.4.0 (#527218)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-03 20:25:12 +00:00
committed by GitHub
+2 -2
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;