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:
parent
3222945627
commit
bc924d2407
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue