instawow: 4.1.1 -> 4.2.0

This commit is contained in:
R. Ryantm 2024-05-07 19:15:42 +00:00
parent d1c6a5decf
commit 960558fccd

View file

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "instawow";
version = "4.1.1";
version = "4.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "layday";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-RRBuFja5vejzjrtOvRBIjT7sq/Wg/39FA/o9O8c2B0o=";
sha256 = "sha256-eHydxQxqHKTBrhiPl8coMNYYr7gNfKF4Tf8clbiq2HE=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.