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

timeline: 2.6.0 -> 2.10.0

+2 -2
+2 -2
pkgs/by-name/ti/timeline/package.nix
··· 10 10 11 11 python3.pkgs.buildPythonApplication rec { 12 12 pname = "timeline"; 13 - version = "2.6.0"; 13 + version = "2.10.0"; 14 14 format = "other"; 15 15 16 16 src = fetchurl { 17 17 url = "mirror://sourceforge/thetimelineproj/${pname}-${version}.zip"; 18 - sha256 = "sha256-qwH2mt3Va62QJKJGOpt5WV3QksqQaRGEif4CcPC5F2E="; 18 + sha256 = "sha256-xUWIIpnOohcpD/1esjHQTUxndo4j91hyyAXTmV3Eo0k="; 19 19 }; 20 20 21 21 nativeBuildInputs = [