Loading pkgs/applications/misc/toot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "toot"; version = "0.28.0"; version = "0.29.0"; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = version; sha256 = "076r6l89gxjwxjpiklidcs8yajn5c2bnqjvbj4wc559iqdqj88lz"; rev = "refs/tags/${version}"; sha256 = "sha256-SrPjotEkP8Z2uYB/4eAJAk3Zmzmr0xET69PmkxQCwFQ="; }; checkInputs = with python3Packages; [ pytest ]; Loading Loading
pkgs/applications/misc/toot/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "toot"; version = "0.28.0"; version = "0.29.0"; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = version; sha256 = "076r6l89gxjwxjpiklidcs8yajn5c2bnqjvbj4wc559iqdqj88lz"; rev = "refs/tags/${version}"; sha256 = "sha256-SrPjotEkP8Z2uYB/4eAJAk3Zmzmr0xET69PmkxQCwFQ="; }; checkInputs = with python3Packages; [ pytest ]; Loading