lock: 1.8.1 -> 1.8.2

This commit is contained in:
R. Ryantm
2025-11-15 17:16:48 +00:00
parent 042d0c7f69
commit 5c4da1e4f7

View File

@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-W51V5Nz4TSN6F0/XOvn9givUIfAnI0SefooUQyj1AqM=";
hash = "sha256-8vJK9uvmm3GtQcJ/6L0R8Y9gAv1W07asfKmDYZyeEOQ=";
};
strictDeps = true;