lol

asciinema: 1.4.0 -> 2.0.0

Semi-automatic update; builds on NixOS

+2 -2
+2 -2
pkgs/tools/misc/asciinema/default.nix
··· 4 4 pythonPackages = python3Packages; 5 5 in pythonPackages.buildPythonApplication rec { 6 6 name = "asciinema-${version}"; 7 - version = "1.4.0"; 7 + version = "2.0.0"; 8 8 9 9 buildInputs = with pythonPackages; [ nose ]; 10 10 propagatedBuildInputs = with pythonPackages; [ requests ]; ··· 13 13 owner = "asciinema"; 14 14 repo = "asciinema"; 15 15 rev = "v${version}"; 16 - sha256 = "1m2gjqxb5gqyz19lvp7jmwp7cxjc6nb0b2rrlsg3z2bl6vmi1xn2"; 16 + sha256 = "1f92hv9w58jf1f7igspjxvrxqn3n21kgya2zb56spqyydr4jzwdk"; 17 17 }; 18 18 19 19 patchPhase = ''