Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e1e99d42da4
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dc1d9a578d45
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jan 22, 2020

  1. s-tui: 0.8.3 -> 1.0.0

    thefloweringash authored and teto committed Jan 22, 2020
    Copy the full SHA
    dc1d9a5 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/tools/system/s-tui/default.nix
4 changes: 2 additions & 2 deletions pkgs/tools/system/s-tui/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

pythonPackages.buildPythonPackage rec {
pname = "s-tui";
version = "0.8.3";
version = "1.0.0";

src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "00lsh2v4i8rwfyjyxx5lijd6rnk9smcfffhzg5sv94ijpcnh216m";
sha256 = "0r5yhlsi5xiy7ii1w4kqkaxz9069v5bbfwi3x3xnxhk51yjfgr8n";
};

propagatedBuildInputs = with pythonPackages; [