mieru: 3.11.2 -> 3.12.0

This commit is contained in:
R. Ryantm
2025-02-25 01:49:23 +00:00
parent a86b3e2d01
commit a2748c831b

View File

@@ -6,16 +6,16 @@
buildGoModule rec { buildGoModule rec {
pname = "mieru"; pname = "mieru";
version = "3.11.2"; version = "3.12.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "enfein"; owner = "enfein";
repo = "mieru"; repo = "mieru";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-Qb+uZiKnrGNoSqH0QR+QUBtmFM3AE/2WziTtkPxu55o="; hash = "sha256-F7YawlcIH/V+qudXjfFKIrVNjds+fhw6BdlCe2VDdUc=";
}; };
vendorHash = "sha256-AOtq6bGijQqpNMNZA3XeMjzKAo7tWTpdrKB6KxQsdMM="; vendorHash = "sha256-pKcdvP38fZ2KFYNDx6I4TfmnnvWKzFDvz80xMkUojqM=";
proxyVendor = true; proxyVendor = true;
ldflags = [ ldflags = [