Skip to content

Commit

Permalink
[Backport release-24.11] lock: 1.4.1 -> 1.4.2 (#387612)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Mar 6, 2025
2 parents 397b2dc + d6b2c33 commit 51a7070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lo/lock/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 51a7070

Please sign in to comment.