mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-05 02:23:07 +03:00
asciinema: 1.4.0 -> 2.0.0
Semi-automatic update; builds on NixOS
This commit is contained in:
parent
098c7f3d94
commit
c2fae5ae7e
@ -4,7 +4,7 @@ let
|
|||||||
pythonPackages = python3Packages;
|
pythonPackages = python3Packages;
|
||||||
in pythonPackages.buildPythonApplication rec {
|
in pythonPackages.buildPythonApplication rec {
|
||||||
name = "asciinema-${version}";
|
name = "asciinema-${version}";
|
||||||
version = "1.4.0";
|
version = "2.0.0";
|
||||||
|
|
||||||
buildInputs = with pythonPackages; [ nose ];
|
buildInputs = with pythonPackages; [ nose ];
|
||||||
propagatedBuildInputs = with pythonPackages; [ requests ];
|
propagatedBuildInputs = with pythonPackages; [ requests ];
|
||||||
@ -13,7 +13,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
owner = "asciinema";
|
owner = "asciinema";
|
||||||
repo = "asciinema";
|
repo = "asciinema";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1m2gjqxb5gqyz19lvp7jmwp7cxjc6nb0b2rrlsg3z2bl6vmi1xn2";
|
sha256 = "1f92hv9w58jf1f7igspjxvrxqn3n21kgya2zb56spqyydr4jzwdk";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user