Skip to content

Commit 80fec3b

Browse files
lock: 1.1.3 -> 1.2.0 (#358714)
2 parents 913135d + b98f05a commit 80fec3b

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.1.3";
22+
version = "1.2.0";
2323

2424
src = fetchFromGitHub {
2525
owner = "konstantintutsch";
2626
repo = "Lock";
2727
rev = "refs/tags/v${finalAttrs.version}";
28-
hash = "sha256-ybWuI9hacc2vJ5KpkDlUYLaRhOurNMdTt6JiTN6BvqM=";
28+
hash = "sha256-eBOENp6qjHtNGRCV+n2IbH0BSgGZje1aT/0iaDsZz+4=";
2929
};
3030

3131
strictDeps = true;

0 commit comments

Comments
 (0)