micro: 2.0.13 -> 2.0.14 (#337832)

This commit is contained in:
Peder Bergebakken Sundt 2024-08-28 22:37:45 -04:00 committed by GitHub
commit 2bdf561b1f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,13 +27,13 @@
let
self = buildGoModule {
pname = "micro";
version = "2.0.13";
version = "2.0.14";
src = fetchFromGitHub {
owner = "zyedidia";
repo = "micro";
rev = "v${self.version}";
hash = "sha256-fe+7RkUwCveBk14bYzg5uLGOqTVVJsrqixBQhCS79hY=";
hash = "sha256-avLVl6mn0xKgIy0BNnPZ8ypQhn8Ivj7gTgWbebDSjt0=";
};
vendorHash = "sha256-ePhObvm3m/nT+7IyT0W6K+y+9UNkfd2kYjle2ffAd9Y=";