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

Commits on Apr 23, 2019

  1. teeworlds: 0.7.3 -> 0.7.3.1

    dtzWill committed Apr 23, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3baa5c1 View commit details
  2. Merge pull request #60089 from dtzWill/update/teeworlds-0.7.3.1

    teeworlds: 0.7.3 -> 0.7.3.1
    etu authored Apr 23, 2019

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d6db31a View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/teeworlds/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/teeworlds/default.nix
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
pname = "teeworlds";
version = "0.7.3";
version = "0.7.3.1";

src = fetchFromGitHub {
owner = "teeworlds";
repo = "teeworlds";
rev = version;
sha256 = "1pg5js5f0mfi38zq9zrcw7gvz39b38sk8n2pccxbp8nmbw21zpwl";
sha256 = "05qj6gdw167pan1gwq82ffz03nmlhhzrv1sslpfm8w81nq4b5c72";
};

postPatch = ''