lock: 1.5.2 -> 1.6.1

Diff: https://github.com/konstantintutsch/Lock/compare/v1.5.2...v1.6.1
This commit is contained in:
Seth Flynn
2025-05-14 22:56:19 -04:00
parent b6ba3caa1b
commit 591e6e1ea7
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.5.2";
version = "1.6.1";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-FcL1BH2ypzBNXBNBR6oZ95dP6Kt50uOoYj8+2U7iYNg=";
hash = "sha256-2AHnzJ5lwm/CXOTBumTxllIzFo88EAENwQFny7TjrUk=";
};
strictDeps = true;