nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

asciinema: 2.0.2 -> 2.1.0

+2 -2
+2 -2
pkgs/tools/misc/asciinema/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "asciinema"; 5 - version = "2.0.2"; 5 + version = "2.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "asciinema"; 9 9 repo = "asciinema"; 10 10 rev = "v${version}"; 11 - sha256 = "1a2pysxnp6icyd08mgf66xr6f6j0irnfxdpf3fmzcz31ix7l9kc4"; 11 + sha256 = "1alcz018jrrpasrmgs8nw775a6pf62xq2xgs54c4mb396prdqy4x"; 12 12 }; 13 13 14 14 checkInputs = [ glibcLocales python3Packages.nose ];