From e1fa7297b5dd393753bc66532cc5e48ad6f4799b Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 29 Jan 2024 16:52:45 -0500 Subject: [PATCH] incus-unwrapped: 0.5.0 -> 0.5.1 Changelog: https://github.com/lxc/incus/releases/tag/v0.5.1 --- pkgs/by-name/in/incus-unwrapped/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/in/incus-unwrapped/package.nix b/pkgs/by-name/in/incus-unwrapped/package.nix index f20f84d5b9ab..ecebf31e5953 100644 --- a/pkgs/by-name/in/incus-unwrapped/package.nix +++ b/pkgs/by-name/in/incus-unwrapped/package.nix @@ -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=";