asciinema-automation: 0.2.0 -> 0.2.2

R. Ryantm cbfa9d3a 4e49fa42

+2 -2
+2 -2
pkgs/by-name/as/asciinema-automation/package.nix
··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "asciinema-automation"; 10 - version = "0.2.0"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "PierreMarchand20"; 15 repo = "asciinema_automation"; 16 rev = "v${version}"; 17 - hash = "sha256-SjUsPrhoNz2NTPAkmUH0Csv6hbDc6nyKdckGqV5S3GY="; 18 }; 19 20 nativeBuildInputs = [
··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "asciinema-automation"; 10 + version = "0.2.2"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "PierreMarchand20"; 15 repo = "asciinema_automation"; 16 rev = "v${version}"; 17 + hash = "sha256-VfIr7w/5hQwr6XYuC3f8h71uScr0lBdx6PyO1hpiZhA="; 18 }; 19 20 nativeBuildInputs = [