tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
asciinema-automation: 0.2.0 -> 0.2.2
R. Ryantm
5 months ago
cbfa9d3a
4e49fa42
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
as
asciinema-automation
package.nix
+2
-2
pkgs/by-name/as/asciinema-automation/package.nix
···
7
7
8
8
python3.pkgs.buildPythonApplication rec {
9
9
pname = "asciinema-automation";
10
10
-
version = "0.2.0";
10
10
+
version = "0.2.2";
11
11
pyproject = true;
12
12
13
13
src = fetchFromGitHub {
14
14
owner = "PierreMarchand20";
15
15
repo = "asciinema_automation";
16
16
rev = "v${version}";
17
17
-
hash = "sha256-SjUsPrhoNz2NTPAkmUH0Csv6hbDc6nyKdckGqV5S3GY=";
17
17
+
hash = "sha256-VfIr7w/5hQwr6XYuC3f8h71uScr0lBdx6PyO1hpiZhA=";
18
18
};
19
19
20
20
nativeBuildInputs = [