lightdm-slick-greeter: 2.2.4 -> 2.2.5

https://github.com/linuxmint/slick-greeter/compare/2.2.4...2.2.5
This commit is contained in:
Bobby Rong
2025-12-14 16:37:20 +08:00
parent f41856677e
commit c341edf4b7
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "lightdm-slick-greeter";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "slick-greeter";
rev = version;
hash = "sha256-Kq5FcippvMyxxA56uH41UdOCrP2wSuw0Tyv1OFxKD5Q=";
hash = "sha256-soXhVpzO4bJfZ5EV6uEDJOhwV9HJDfxUIuHi9AxaE0A=";
};
nativeBuildInputs = [