Commit b8e7ec9c authored by R. RyanTM's avatar R. RyanTM Committed by Robert Schütz
Browse files

iptsd: 1.1.0 -> 1.1.1

parent 4e7604d3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "iptsd";
  version = "1.1.0";
  version = "1.1.1";

  src = fetchFromGitHub {
    owner = "linux-surface";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-PpnMslZ1AKT1OEWXh23uH83FnZGLTrgIc2jZspJa8sk=";
    hash = "sha256-IwvoqmqJTM6xtEp7AzLgT4dZgRsmXYmu6Zivx3oSm+Q=";
  };

  nativeBuildInputs = [