mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
instawow: 4.3.0 -> 4.4.0
This commit is contained in:
parent
a62e3974b8
commit
9fba6efd72
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "instawow";
|
pname = "instawow";
|
||||||
version = "4.3.0";
|
version = "4.4.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "layday";
|
owner = "layday";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
sha256 = "sha256-U4Y+P+fSyqxT0oHJXn2gwxPOJtnYBwaq9ca+FvGBUkA=";
|
sha256 = "sha256-LSn8b29IEPimwLpmYU7vRRH2dcyaCCr/dk9MzBIW4U0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extras = [ ]; # Disable GUI, most dependencies are not packaged.
|
extras = [ ]; # Disable GUI, most dependencies are not packaged.
|
||||||
|
Loading…
Reference in New Issue
Block a user