gomi: 1.5.1 -> 1.6.0

This commit is contained in:
R. Ryantm
2025-03-17 07:15:46 +00:00
parent a2a66180ba
commit 035d0fbd4b
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "gomi";
version = "1.5.1";
version = "1.6.0";
src = fetchFromGitHub {
owner = "b4b4r07";
repo = "gomi";
tag = "v${version}";
hash = "sha256-JTmbToVzxFEQLwGVvDKdgKA4dBn6O+L6hDQJvAvvdwA=";
hash = "sha256-FZCvUG6lQH8CFivV/hbIgGQx4FCk1UtreiWXTQVi4+4=";
};
vendorHash = "sha256-znyk+ffDUo1nOWeM5k/WE2EE9FVvLxXyM/dV8KUSioU=";
vendorHash = "sha256-8aw81DKBmgNsQzgtHCsUkok5e5+LeAC8BUijwKVT/0s=";
subPackages = [ "." ];