lock: 1.7.5 -> 1.7.6

This commit is contained in:
R. Ryantm
2025-09-12 03:27:07 +00:00
parent c8c0be288a
commit 8e63fa6031

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.7.5";
version = "1.7.6";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-vm1Tv3av9x5KZcUwL/yvnE7MeHhdFEutOpbgyWJRR0g=";
hash = "sha256-DfHQKz+DuBnISsX4s0I4+3dvSsCDVGHYp5kcSaUrfjM=";
};
strictDeps = true;