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

Commits on May 6, 2020

  1. teeworlds: 0.7.4 -> 0.7.5

    fixes CVE-2020-12066
    
    (cherry picked from commit b89d52e)
    hax404 committed May 6, 2020

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    e85b6a5 View commit details
  2. Merge pull request #87148 from hax404/20.03_teeworlds-0.7.5

    [20.03] teeworlds: 0.7.4 -> 0.7.5
    flokli authored May 6, 2020

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    7544d59 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.4";
version = "0.7.5";

src = fetchFromGitHub {
owner = "teeworlds";
repo = "teeworlds";
rev = version;
sha256 = "1llrzcc9p8pswk58rj4qh4g67nlji8q2kw3hxh3qpli85jvkdmyx";
sha256 = "1l19ksmimg6b8zzjy0skyhh7z11ql7n5gvilkv7ay5x2b9ndbqwz";
fetchSubmodules = true;
};