Merge pull request #315506 from r-ryantm/auto-update/minica

minica: 1.0.2 -> 1.1.0
This commit is contained in:
Nick Cao 2024-05-29 11:43:37 -04:00 committed by GitHub
commit cc9da81edb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;