pb: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-06-10 18:34:50 +00:00
parent 66382c87d7
commit 6056a42c35

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "pb";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "parseablehq";
repo = pname;
rev = "v${version}";
hash = "sha256-ckRvtEtagyYpXJ0hh8jsgpE/16bu7b9IdNn2stvb2iI=";
hash = "sha256-dMc4IgtyYVFXGPUjevVyPo4XYImHJlgwp4jKnh3CedM=";
};
vendorHash = "sha256-dNSr0bQz7XdC2fTD82TI8tfmwKBuAcbxjaMC9KAjxlI=";
vendorHash = "sha256-38lXffh3ZkMtvHi9roLHW0A6bzb+LRC91I3DdYyq1h0=";
ldflags = [
"-s"