astartectl: 24.5.0 -> 24.5.2

This commit is contained in:
R. Ryantm 2024-09-22 23:26:00 +00:00
parent 81ea4e40bf
commit 6ae535b3a6

View File

@ -5,16 +5,16 @@
}:
buildGoModule rec {
pname = "astartectl";
version = "24.5.0";
version = "24.5.2";
src = fetchFromGitHub {
owner = "astarte-platform";
repo = "astartectl";
rev = "v${version}";
hash = "sha256-4Iyd+1hLSatWyeV2J7RSqo2jVEc8dSp5JBObsn3RciI=";
hash = "sha256-T4/lkeipE7GWq1zTxkoV3MfADlduFKtGuB/dsI4YZZw=";
};
vendorHash = "sha256-NWPLHbUHrk/oJXCOJF8kKhQiZR8aqZChxuz73Acu1cM=";
vendorHash = "sha256-kVI1DigDlTvrYLVRUYoW+AAkd31d9EehjRJxrqo8OB4=";
nativeBuildInputs = [ installShellFiles ];