Skip to content

Commit

Permalink
stackql: 0.6.50 -> 0.6.65
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent 06d633e commit 545cc3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/st/stackql/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

buildGoModule rec {
pname = "stackql";
version = "0.6.50";
version = "0.6.65";

src = fetchFromGitHub {
owner = "stackql";
repo = "stackql";
rev = "v${version}";
hash = "sha256-7MVpfXYMkVXlao3rA9Sp5DWwr5SBkS9fPG4JcCc9GVw=";
hash = "sha256-BOjk5Tb9Tii73oGNE4sEnXySPYQIsi3fnJTZYr73Yh4=";
};

vendorHash = "sha256-eGpmA1MYiIn1LSbieMFvF7OYEtLBoN62X7CQMa35HT4=";
vendorHash = "sha256-j0tmL3UJE56BR21pRynSGr7Fc7AuTJR9gPVzw+cFbf0=";

ldflags = [
"-s"
Expand Down

0 comments on commit 545cc3f

Please sign in to comment.