Merge pull request #203492 from r-ryantm/auto-update/inql

inql: 4.0.5 -> 4.0.6
This commit is contained in:
figsoda
2022-11-28 18:03:35 -05:00
committed by GitHub
+3 -3
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "inql";
version = "4.0.5";
version = "4.0.6";
src = fetchFromGitHub {
owner = "doyensec";
repo = pname;
rev = "v${version}";
sha256 = "sha256-0LPJMCg7F9kcPcq4jkADdCPNLfRThXu8QHy4qOn7+QU=";
rev = "refs/tags/v${version}";
sha256 = "sha256-DFGJHqdrCmOZn8GdY5SZ1PrOhuIsMLoK+2Fry9WkRiY=";
};
propagatedBuildInputs = with python3.pkgs; [