jqp: 0.3.0 -> 0.4.0

This commit is contained in:
R. Ryantm 2023-01-09 20:23:32 +00:00
parent 2add5f003a
commit 21879f901c

View File

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "jqp";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "noahgorstein";
repo = pname;
rev = "v${version}";
sha256 = "sha256-f1HSwo0TwNpw02bNT1dzfovXcRQuP/IxAmomBgKuQxQ=";
sha256 = "sha256-qN248U4Fx4IAjJegCUj98PzrypMp9PQEr2RUaKX3yE4=";
};
vendorSha256 = "sha256-cx5esdxAJInxXHXx0xeKQNGTDBjKD3GhnY0Fu/Tzy9U=";
vendorHash = "sha256-qZTqqSANg0FpupWXTrHuYmnaTE387FhC40ZrZ9tlfew=";
subPackages = [ "." ];