Skip to content

Commit 84c7757

Browse files
mieru: 3.10.0 -> 3.11.0 (NixOS#373381)
Co-authored-by: oluceps <[email protected]>
2 parents c415811 + 91c0a31 commit 84c7757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/mieru/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "mieru";
9-
version = "3.10.0";
9+
version = "3.11.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "enfein";
1313
repo = "mieru";
1414
rev = "v${version}";
15-
hash = "sha256-4uJi8+kpVBjigTkLmV9fL0igmcOt5Gb40qkQHYR8kCU=";
15+
hash = "sha256-xwi9T7M4FEl79kyGj+F1HX8000PFLrBfTmnEaLwnEFg=";
1616
};
1717

18-
vendorHash = "sha256-hSTKhn39xKZx1N9x66EH/ql4oP4qn0eysGTbUk9mRAk=";
18+
vendorHash = "sha256-AOtq6bGijQqpNMNZA3XeMjzKAo7tWTpdrKB6KxQsdMM=";
1919
proxyVendor = true;
2020

2121
ldflags = [

0 commit comments

Comments
 (0)