Skip to content

Commit

Permalink
[Backport release-24.11] lock: 1.3.4 -> 1.3.6 (NixOS#367547)
Browse files Browse the repository at this point in the history
lock: 1.3.4 -> 1.3.6 (NixOS#367416)

(cherry picked from commit 322ce1c)

Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
  • Loading branch information
2 people authored and presto8 committed Dec 28, 2024
1 parent c7e733c commit a9e69a3
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.3.4";
version = "1.3.6";

src = fetchFromGitHub {
owner = "konstantintutsch";
repo = "Lock";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-H8/OEl8TQ9nLpOFrLRy0ZsjDttcja0KMYkBK+/Ewo18=";
hash = "sha256-Zd0fVCeE/QTvptoxbyDxcPiBrZ/qZMx/A0tB1wZbX6A=";
};

strictDeps = true;
Expand Down

0 comments on commit a9e69a3

Please sign in to comment.