0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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