notesmd-cli: 0.3.1 -> 0.3.2

Diff: https://github.com/Yakitrak/notesmd-cli/compare/v0.3.1...v0.3.2
This commit is contained in:
nix-update bot
2026-03-07 03:03:14 +01:00
parent 74f23ed9f1
commit eb9744a01d

View File

@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "notesmd-cli";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "Yakitrak";
repo = "notesmd-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-ruXayv1tKUtDAlj3yPtSF0D28bompbznx04+F3MAq14=";
hash = "sha256-/yewtA5eJ4hxwZ4bBx8Pef+/TSY6Hfv15AAB9lxsW+4=";
};
vendorHash = null;