Merge pull request #281953 from r-ryantm/auto-update/instawow

instawow: v3.1.0 -> 3.2.0
This commit is contained in:
Weijia Wang 2024-01-28 07:22:54 +01:00 committed by GitHub
commit 7519d9d92b
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 = "v3.1.0";
version = "3.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "layday";
repo = pname;
rev = version;
sha256 = "sha256-xJw/tgHBfOlv5JYsWWdEJ8vpel348YtXCQsaLqgp3Z0=";
rev = "refs/tags/v${version}";
sha256 = "sha256-eBpX+ojlrWwRXuMijnmb4lNlxIJ40Q9RUqS6txPBDiM=";
};
extras = [ ]; # Disable GUI, most dependencies are not packaged.