Skip to content

Commit

Permalink
lock: 1.3.6 -> 1.3.7 (NixOS#370016)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 2, 2025
2 parents 71557af + 0f360a3 commit 664272e
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.6";
version = "1.3.7";

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

strictDeps = true;
Expand Down

0 comments on commit 664272e

Please sign in to comment.