jqp: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2023-10-09 07:32:17 +00:00
parent 85f158659a
commit cce0936ce6

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "jqp";
version = "0.4.0";
version = "0.5.0";
src = fetchFromGitHub {
owner = "noahgorstein";
repo = pname;
rev = "v${version}";
sha256 = "sha256-qN248U4Fx4IAjJegCUj98PzrypMp9PQEr2RUaKX3yE4=";
sha256 = "sha256-z2EKtSM+/wWGgwsHKDcxtc/M6UZ01AiTZaaCYCWjU7M=";
};
vendorHash = "sha256-qZTqqSANg0FpupWXTrHuYmnaTE387FhC40ZrZ9tlfew=";
vendorHash = "sha256-7UiQjTgcwGOTEJEaWywEdZvpkM/MoXU3d6k8oVmUiW8=";
subPackages = [ "." ];