auto-editor: 29.3.0 -> 29.3.1
This commit is contained in:
@@ -25,13 +25,13 @@
|
|||||||
|
|
||||||
buildNimPackage rec {
|
buildNimPackage rec {
|
||||||
pname = "auto-editor";
|
pname = "auto-editor";
|
||||||
version = "29.3.0";
|
version = "29.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "WyattBlue";
|
owner = "WyattBlue";
|
||||||
repo = "auto-editor";
|
repo = "auto-editor";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-xftXeUu1Weia4WHUVy7Q20w9TRvXSjEHVw4rZ7C2M0U=";
|
hash = "sha256-Nne6niGnhaEQNvvFURmF0N9oyuG1ZvJ4NzxddJdSQtY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
lockFile = ./lock.json;
|
lockFile = ./lock.json;
|
||||||
|
|||||||
Reference in New Issue
Block a user