astartectl: 23.5.1 -> 23.5.2 (#339132)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-03 16:27:31 +00:00 committed by GitHub
commit 7550a6464b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
}:
buildGoModule rec {
pname = "astartectl";
version = "23.5.1";
version = "23.5.2";
# Workaround for go vendor failing
# https://github.com/astarte-platform/astartectl/pull/244
@ -15,10 +15,10 @@ buildGoModule rec {
owner = "astarte-platform";
repo = "astartectl";
rev = "v${version}";
hash = "sha256-ntlLk7soiZq6Ql6k/RG9PdHawguRV6Wha8C+5FM+2og=";
hash = "sha256-EIyta/10K6WQ1vzQZryz+c3K2AwMOUUQCw5f4Wkp6Yk=";
};
vendorHash = "sha256-3k/G7fLll19XG2RU8YsepWv8BtkCmiLg4/c7lSvx+9k=";
vendorHash = "sha256-NWPLHbUHrk/oJXCOJF8kKhQiZR8aqZChxuz73Acu1cM=";
nativeBuildInputs = [ installShellFiles ];