omnom: 0.4.0 -> 0.6.0 (#421960)

Co-authored-by: Prince213 <Prince213@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-03 02:46:14 +00:00
committed by GitHub
co-authored by Prince213
+3 -3
View File
@@ -13,17 +13,17 @@
buildGoModule (finalAttrs: {
pname = "omnom";
version = "0.4.0";
version = "0.6.0";
src = fetchFromGitHub {
owner = "asciimoo";
repo = "omnom";
tag = "v${finalAttrs.version}";
hash = "sha256-xspzTRIYUJSdI2Z/FAS2ecLpEEmEVGIwlhjrS5Yxh2c=";
hash = "sha256-wFUKoM8xiuAfmBCQJ4BgX7gQ1FmU2yHSs/RkQI0WxI4=";
fetchSubmodules = true;
};
vendorHash = "sha256-qOl6f83k91K7YNF7lBbL66lXb/XWbGHyXeN7ZTchsI8=";
vendorHash = "sha256-Ie486oAsgsOM5hDURD+1bfnGIUqkeW2bOaIDiwWWq+0=";
passthru.updateScript = nix-update-script { };