instawow: 4.7.0 -> 4.8.0 (#362826)

This commit is contained in:
Rick van Schijndel 2024-12-12 08:38:13 +01:00 committed by GitHub
commit 2364e74e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,14 +2,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "instawow";
version = "4.7.0";
version = "4.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "layday";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-tk/Lugjdzufl8VPcpj7R2q81SBE/+KtS3VhsXQ2VKZM=";
tag = "v${version}";
sha256 = "sha256-eOILlbLt7R7EvPgFYnN6Bvj0yOx3KaXTHugspa4/kBc=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.