From b74b868ce02413d778f2f4eb6e1eced6b60598ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 14 May 2023 14:16:01 -0700 Subject: [PATCH] iptsd: 1.2.0 -> 1.2.1 Diff: https://github.com/linux-surface/iptsd/compare/v1.2.0...v1.2.1 Changelog: https://github.com/linux-surface/iptsd/releases/tag/v1.2.1 --- pkgs/applications/misc/iptsd/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/iptsd/default.nix b/pkgs/applications/misc/iptsd/default.nix index 1cd2da0099c4..2c1ac9dc2529 100644 --- a/pkgs/applications/misc/iptsd/default.nix +++ b/pkgs/applications/misc/iptsd/default.nix @@ -17,13 +17,13 @@ stdenv.mkDerivation rec { pname = "iptsd"; - version = "1.2.0"; + version = "1.2.1"; src = fetchFromGitHub { owner = "linux-surface"; repo = pname; rev = "v${version}"; - hash = "sha256-8RE93pIg5fVAYOOq8zHlWy0uTxep7hrJlowPu48beTs="; + hash = "sha256-h2d31/0lT0GykFSjp59Gm+28zm3Z/RzdeGtPs0hGW5o="; }; nativeBuildInputs = [