omnom: 0.8.0 -> 0.9.0

Changelog: https://github.com/asciimoo/omnom/releases/tag/v0.9.0
This commit is contained in:
eljamm
2026-01-28 10:30:33 +01:00
parent 013a105c83
commit 47b4216f78
+2 -2
View File
@@ -13,13 +13,13 @@
buildGoModule (finalAttrs: {
pname = "omnom";
version = "0.8.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "asciimoo";
repo = "omnom";
tag = "v${finalAttrs.version}";
hash = "sha256-Txqla3fivQdM8oQYGlyaYhSQhBLJRykWkftdmkHxlu8=";
hash = "sha256-cG+cAsarbDqi3BLrIiSnH4VQS0fdfyMgkvbQvzKUXNw=";
fetchSubmodules = true;
};