minica: 1.0.2 -> 1.1.0

This commit is contained in:
R. Ryantm 2024-05-29 03:54:38 +00:00
parent fb2cf0194e
commit 542846e5ee

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "minica";
version = "1.0.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "jsha";
repo = "minica";
rev = "v${version}";
sha256 = "sha256-3p6rUFFiWXhX9BBbxqWxRoyRceexvNnqcFCyNi5HoaA=";
sha256 = "sha256-YUeP3xBoZzonJYfEAOWZYCTFwOxFWySW7ezvpMLNZ1I=";
};
vendorHash = null;