incus-compose: 1.3.3 -> 1.3.4

Changelog: https://github.com/lxc/incus-compose/blob/refs/tags/v1.3.4/CHANGELOG.md
This commit is contained in:
Adam C. Stephens
2026-09-17 16:25:03 -04:00
parent aaeca875dc
commit a1e79ed8ca

View File

@@ -7,14 +7,14 @@
buildGoModule (finalAttrs: {
pname = "incus-compose";
version = "1.3.3";
version = "1.3.4";
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "lxc";
repo = "incus-compose";
tag = "v${finalAttrs.version}";
hash = "sha256-pti1Zj9a4IdySKQGF7buajz1JzFwer1Rl4gzPG+k42I=";
hash = "sha256-XQm2rf6Au57u77TAQBvR2unS61Ep9A2xjRjdjlUWhNw=";
};
vendorHash = "sha256-ji1QGBQWDpHJ+kMS/TK7cNFyqeEcBQK9fn1F5zenIBc=";