Merge pull request #296627 from r-ryantm/auto-update/i3lock

i3lock: 2.14.1 -> 2.15
This commit is contained in:
Domen Kožar 2024-03-17 20:25:48 +07:00 committed by GitHub
commit e98d59be7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];