dblab: 0.23.0 -> 0.24.0

This commit is contained in:
R. Ryantm
2024-06-07 00:39:43 +00:00
parent a73df7dc95
commit fa5cfc7374
@@ -5,16 +5,16 @@
buildGoModule rec {
pname = "dblab";
version = "0.23.0";
version = "0.24.0";
src = fetchFromGitHub {
owner = "danvergara";
repo = "dblab";
rev = "v${version}";
hash = "sha256-PXIV9MLdBRTvXwvtKraX3530H/EDz+4HA7SeKyeEJB4=";
hash = "sha256-xaggGX1BROyfexPV3I2TGYf3BPHg2uFebm8XZ0qwXUw=";
};
vendorHash = "sha256-WzyH3Ja/Znk/9aavIoBQRpJVnGb5o/ded0g92MTa4M4=";
vendorHash = "sha256-RmZkSlA6KU1wXKFHPLYVhRjwxsDjO1XNoGBdNCmeGSw=";
ldflags = [ "-s -w -X main.version=${version}" ];