vi-mongo: 0.1.22 -> 0.1.23

This commit is contained in:
R. Ryantm
2025-04-08 19:35:15 +00:00
parent 0f8029409e
commit 72e0973038
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "vi-mongo";
version = "0.1.22";
version = "0.1.23";
src = fetchFromGitHub {
owner = "kopecmaciej";
repo = "vi-mongo";
tag = "v${version}";
hash = "sha256-OKeflsr823Z9KBgymJG2Z9C4OFxdbW8LzVCWLahMJ0s=";
hash = "sha256-zQgGclK6iUtN1PMBSuYVYE8tS1qHTKcTDWDYqhVp3Hg=";
};
vendorHash = "sha256-rKXrmK0ns3FB6EGyCJ2nYrCUsQ7yPm8dmzJioiVzHIc=";