lock: 1.7.0 -> 1.7.1 (#433250)

This commit is contained in:
Seth Flynn 2025-08-13 15:34:48 -04:00 committed by GitHub
commit 460dc18112
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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