gomi: 1.5.1 -> 1.6.0 (#390586)

This commit is contained in:
Arne Keller
2025-03-19 11:00:56 +01:00
committed by GitHub
+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 = [ "." ];