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

Commits on Nov 10, 2018

  1. bzflag: 2.4.16 -> 2.4.18

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/bzflag/versions
    r-ryantm committed Nov 10, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    d19b7e4 View commit details
  2. Merge pull request #50205 from r-ryantm/auto-update/bzflag

    bzflag: 2.4.16 -> 2.4.18
    Mic92 authored Nov 10, 2018
    Copy the full SHA
    69d6cc0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/games/bzflag/default.nix
4 changes: 2 additions & 2 deletions pkgs/games/bzflag/default.nix
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "${pname}-${version}";
pname = "bzflag";
version = "2.4.16";
version = "2.4.18";

src = fetchurl {
url = "https://download.bzflag.org/${pname}/source/${version}/${name}.tar.bz2";
sha256 = "00y2ifjgl4yz1pb2fgkg00vrfb6yk5cfxwjbx3fw2alnsaw6cqgg";
sha256 = "1gmz31wmn3f8zq1bfilkgbf4qmi4fa0c93cs76mhg8h978pm23cx";
};

nativeBuildInputs = [ pkgconfig ];