lock: 1.7.1 -> 1.7.3

(cherry picked from commit ade9139165)
This commit is contained in:
R. Ryantm
2025-08-21 07:00:29 +00:00
committed by github-actions[bot]
parent e1d3d00cc7
commit 6e08fa3d0f

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.7.1";
version = "1.7.3";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-RYsdULExsLLp0NDa3OAf52H+WIypYZT2AUci0ytwHNw=";
hash = "sha256-NxSw77GpcLoLfbD46QECORdJKWBfWS8zQE+SU3J9GK8=";
};
strictDeps = true;