mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-18 05:39:58 +00:00
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:
@@ -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=";
|
||||
|
||||
Reference in New Issue
Block a user