Skip to content

Commit

Permalink
Merge pull request #296627 from r-ryantm/auto-update/i3lock
Browse files Browse the repository at this point in the history
i3lock: 2.14.1 -> 2.15
  • Loading branch information
domenkozar authored Mar 17, 2024
2 parents ebaf43d + 3bab44a commit e98d59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/window-managers/i3/lock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "i3lock";
version = "2.14.1";
version = "2.15";

src = fetchFromGitHub {
owner = "i3";
repo = "i3lock";
rev = version;
sha256 = "sha256-cC908c47fkU6msLqZSxpEbKxO1/PatH81QeuCzBSZGw=";
sha256 = "sha256-OyV6GSLnNV3GUqrfs3OBnIaBvicH2PXgeY4acOk5dR4=";
};

nativeBuildInputs = [ meson ninja pkg-config ];
Expand Down

0 comments on commit e98d59b

Please sign in to comment.