iptsd: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm 2023-02-25 12:58:51 +00:00 committed by Robert Schütz
parent 4e7604d350
commit b8e7ec9cba

View file

@ -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 = [