astartectl: 23.5.1 -> 23.5.2 (#339132)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 7550a646 7f1830f1

+3 -3
+3 -3
pkgs/by-name/as/astartectl/package.nix
··· 5 }: 6 buildGoModule rec { 7 pname = "astartectl"; 8 - version = "23.5.1"; 9 10 # Workaround for go vendor failing 11 # https://github.com/astarte-platform/astartectl/pull/244 ··· 15 owner = "astarte-platform"; 16 repo = "astartectl"; 17 rev = "v${version}"; 18 - hash = "sha256-ntlLk7soiZq6Ql6k/RG9PdHawguRV6Wha8C+5FM+2og="; 19 }; 20 21 - vendorHash = "sha256-3k/G7fLll19XG2RU8YsepWv8BtkCmiLg4/c7lSvx+9k="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24
··· 5 }: 6 buildGoModule rec { 7 pname = "astartectl"; 8 + version = "23.5.2"; 9 10 # Workaround for go vendor failing 11 # https://github.com/astarte-platform/astartectl/pull/244 ··· 15 owner = "astarte-platform"; 16 repo = "astartectl"; 17 rev = "v${version}"; 18 + hash = "sha256-EIyta/10K6WQ1vzQZryz+c3K2AwMOUUQCw5f4Wkp6Yk="; 19 }; 20 21 + vendorHash = "sha256-NWPLHbUHrk/oJXCOJF8kKhQiZR8aqZChxuz73Acu1cM="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24