Unverified Commit 416ab464 authored by adisbladis's avatar adisbladis Committed by GitHub
Browse files

Merge pull request #278626 from r-ryantm/auto-update/sqlc

sqlc: 1.24.0 -> 1.25.0
parents 197938d1 6453e4ea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ lib, buildGoModule, fetchFromGitHub }:

let
  version = "1.24.0";
  version = "1.25.0";
in
buildGoModule {
  pname = "sqlc";
@@ -11,11 +11,11 @@ buildGoModule {
    owner = "sqlc-dev";
    repo = "sqlc";
    rev = "v${version}";
    hash = "sha256-j+pyj1CJw0L3s4Nyhy+XXUgX2wbrOWveEJQ4cFhQEvs=";
    hash = "sha256-VrR/oSGyKtbKHfQaiLQ9oKyWC1Y7lTZO1aUSS5bCkKY=";
  };

  proxyVendor = true;
  vendorHash = "sha256-xOMqZCuENGuCs+VkbCxMpXOEr4MALhlveTfUHEPnP1w=";
  vendorHash = "sha256-C5OOTAYoSt4anz1B/NGDHY5NhxfyTZ6EHis04LFnMPM=";

  subPackages = [ "cmd/sqlc" ];