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: 3970e7a1c07c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 555a4e9eb3fa
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 11, 2020

  1. stig: 0.11.0a -> 0.11.2a0

    r-ryantm committed Jul 11, 2020
    Copy the full SHA
    a7c3c39 View commit details
  2. Merge pull request #92906 from r-ryantm/auto-update/stig

    stig: 0.11.0a -> 0.11.2a0
    dywedir authored Jul 11, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    555a4e9 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/p2p/stig/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/p2p/stig/default.nix
Original file line number Diff line number Diff line change
@@ -7,13 +7,13 @@ python3Packages.buildPythonApplication rec {
pname = "stig";
# This project has a different concept for pre release / alpha,
# Read the project's README for details: https://github.com/rndusr/stig#stig
version = "0.11.0a";
version = "0.11.2a0";

src = fetchFromGitHub {
owner = "rndusr";
repo = "stig";
rev = "v${version}";
sha256 = "192v8f80jfly12bqzsslpxlvm72kdqm3jl40x1az5czpg4ab3lb7";
sha256 = "05dn6mr86ly65gdqarl16a2jk1bwiw5xa6r4kyag3s6lqsv66iw8";
};

# urwidtrees 1.0.3 is requested by the developer because 1.0.2 (which is packaged