Unverified Commit 4667e1d4 authored by tomberek's avatar tomberek Committed by GitHub
Browse files

iptsd: 3 -> 3.1.0 (#475275)

parents ecd94a86 173972e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "iptsd";
  version = "3";
  version = "3.1.0";

  src = fetchFromGitHub {
    owner = "linux-surface";
    repo = "iptsd";
    tag = "v${version}";
    hash = "sha256-3z3A9qywmsSW1tlJ6LePC5wudM/FITTAFyuPkbHlid0=";
    hash = "sha256-2yYO1xb576IHaJquTrQtmAjJITGdW06I3eHD+HR88xI=";
  };

  nativeBuildInputs = [