incus-unwrapped: 0.5.0 -> 0.5.1

Changelog: https://github.com/lxc/incus/releases/tag/v0.5.1
This commit is contained in:
Adam Stephens 2024-01-29 16:52:45 -05:00
parent 0fc06e5373
commit e1fa7297b5
No known key found for this signature in database

View File

@ -16,13 +16,13 @@
buildGoModule rec {
pname = "incus-unwrapped";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "lxc";
repo = "incus";
rev = "refs/tags/v${version}";
hash = "sha256-GpCKfr07/JJz5YS/MuqRkanGfMgV9r+cCEDIuHTISKE=";
hash = "sha256-3eWkQT2P69ZfN62H9B4WLnmlUOGkpzRR0rctgchP+6A=";
};
vendorHash = "sha256-2ZJU7WshN4UIbJv55bFeo9qiAQ/wxu182mnz7pE60xA=";