Skip to content

Commit 21ce18e

Browse files
committed
lock: 1.4.1 -> 1.4.2
1 parent 0ce9de0 commit 21ce18e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/lo/lock/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "lock";
22-
version = "1.4.1";
22+
version = "1.4.2";
2323

2424
src = fetchFromGitHub {
2525
owner = "konstantintutsch";
2626
repo = "Lock";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-DTq3hJVWoLnosjN5XWUNaQCdXut4nqGeD6XutzBAKa8=";
28+
hash = "sha256-wNy+tffl8WQDYVsy5Perv/bESoZ2WXWe7WUXJ+hT370=";
2929
};
3030

3131
strictDeps = true;

0 commit comments

Comments
 (0)