mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
instawow: 4.1.1 -> 4.2.0
This commit is contained in:
parent
d1c6a5decf
commit
960558fccd
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "instawow";
|
pname = "instawow";
|
||||||
version = "4.1.1";
|
version = "4.2.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-RRBuFja5vejzjrtOvRBIjT7sq/Wg/39FA/o9O8c2B0o=";
|
sha256 = "sha256-eHydxQxqHKTBrhiPl8coMNYYr7gNfKF4Tf8clbiq2HE=";
|
||||||
};
|
};
|
||||||
|
|
||||||
extras = [ ]; # Disable GUI, most dependencies are not packaged.
|
extras = [ ]; # Disable GUI, most dependencies are not packaged.
|
||||||
|
Loading…
Reference in New Issue
Block a user