Loading pkgs/applications/misc/toot/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "toot"; version = "0.38.1"; version = "0.38.2"; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = "refs/tags/${version}"; sha256 = "sha256-gT9xKFanQhptt46nkdzYsZ6Vu0Nab0oRsvEHVRNf8DQ="; sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko="; }; nativeCheckInputs = with python3Packages; [ pytest ]; Loading @@ -30,4 +30,3 @@ python3Packages.buildPythonApplication rec { }; } Loading
pkgs/applications/misc/toot/default.nix +2 −3 Original line number Diff line number Diff line Loading @@ -2,13 +2,13 @@ python3Packages.buildPythonApplication rec { pname = "toot"; version = "0.38.1"; version = "0.38.2"; src = fetchFromGitHub { owner = "ihabunek"; repo = "toot"; rev = "refs/tags/${version}"; sha256 = "sha256-gT9xKFanQhptt46nkdzYsZ6Vu0Nab0oRsvEHVRNf8DQ="; sha256 = "sha256-0L/5i+m0rh1VjsZ0N2cshi+Nw951ASjMf5y6JxV53ko="; }; nativeCheckInputs = with python3Packages; [ pytest ]; Loading @@ -30,4 +30,3 @@ python3Packages.buildPythonApplication rec { }; }