instawow: 4.8.0 -> 6.0.0

This commit is contained in:
R. Ryantm 2025-04-24 00:32:00 +00:00
parent 3222945627
commit bc924d2407

View file

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "instawow";
version = "4.8.0";
version = "6.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "layday";
repo = pname;
tag = "v${version}";
sha256 = "sha256-eOILlbLt7R7EvPgFYnN6Bvj0yOx3KaXTHugspa4/kBc=";
sha256 = "sha256-NFs8+BUXJEn64TDojG/xkH1O+zZurv0PWY+YDhu2mQY=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.