lock: 1.4.1 -> 1.4.2

This commit is contained in:
R. Ryantm
2025-03-06 11:31:56 +00:00
parent 0ce9de036c
commit 21ce18efd5
+2 -2
View File
@@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lock";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
tag = "v${finalAttrs.version}";
hash = "sha256-DTq3hJVWoLnosjN5XWUNaQCdXut4nqGeD6XutzBAKa8=";
hash = "sha256-wNy+tffl8WQDYVsy5Perv/bESoZ2WXWe7WUXJ+hT370=";
};
strictDeps = true;