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: 218247ea565b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d9cc753a9d63
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 1, 2018

  1. nftables: 0.8.3 -> 0.8.5 (#41288)

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/nftables/versions.
    
    These checks were done:
    
    - built on NixOS
    - /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5/bin/nft passed the binary check.
    - 1 of 1 passed binary check by having a zero exit code.
    - 0 of 1 passed binary check by having the new version present in output.
    - found 0.8.5 with grep in /nix/store/k4gbg52hrir6j4krsa3iky2phrbaqail-nftables-0.8.5
    - directory tree listing: https://gist.github.com/c51183f763d8d6799836191579a6121e
    - du listing: https://gist.github.com/14256ccb73b20c829e35302dbd31c12a
    r-ryantm authored and xeji committed Jun 1, 2018
    Copy the full SHA
    d9cc753 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/os-specific/linux/nftables/default.nix
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/nftables/default.nix
Original file line number Diff line number Diff line change
@@ -2,12 +2,12 @@
, flex, bison, libmnl, libnftnl, gmp, readline }:

stdenv.mkDerivation rec {
version = "0.8.3";
version = "0.8.5";
name = "nftables-${version}";

src = fetchurl {
url = "http://netfilter.org/projects/nftables/files/${name}.tar.bz2";
sha256 = "0f2yv7as1ybkfvn75f72x0z9y1ydibw4s3hbzhlmvsc8vgsy2syi";
sha256 = "08z3xaxdryi0i9gcfifs77c96xs8ljynkr2hbfgf3w67l60az6wf";
};

configureFlags = [