From e329965a1cf20e3ccff488c47c3cf9abb2b48671 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 16 Aug 2026 16:43:08 +0000 Subject: [PATCH] i3lock: 2.15 -> 2.16 --- pkgs/by-name/i3/i3lock/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/i3/i3lock/package.nix b/pkgs/by-name/i3/i3lock/package.nix index 3e7c8c6a3a14..4503ef311538 100644 --- a/pkgs/by-name/i3/i3lock/package.nix +++ b/pkgs/by-name/i3/i3lock/package.nix @@ -25,7 +25,7 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "i3lock"; - version = "2.15"; + version = "2.16"; strictDeps = true; __structuredAttrs = true; @@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "i3"; repo = "i3lock"; tag = finalAttrs.version; - hash = "sha256-OyV6GSLnNV3GUqrfs3OBnIaBvicH2PXgeY4acOk5dR4="; + hash = "sha256-keTHSNWEtnMfwUWT6EN0Zq0Yr54R6ywmfmfIPQBzGBs="; }; separateDebugInfo = true;