lock: 1.7.0 -> 1.7.1

This commit is contained in:
R. Ryantm 2025-08-13 01:18:57 +00:00
parent 695d5db1b8
commit 26811afd7e

View File

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