mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
kscreenlocker: 5.10.5 -> 5.10.5.1
Fix segfault with nVidia drivers; see https://bugs.kde.org/show_bug.cgi?id=384005
This commit is contained in:
parent
5b943136fc
commit
71d377fcb0
@ -131,11 +131,11 @@
|
||||
};
|
||||
};
|
||||
kscreenlocker = {
|
||||
version = "5.10.5";
|
||||
version = "5.10.5.1";
|
||||
src = fetchurl {
|
||||
url = "${mirror}/stable/plasma/5.10.5/kscreenlocker-5.10.5.tar.xz";
|
||||
sha256 = "07c8x4pj9adwwm5036wbrrw2sj8xi9d8b6d7qya6bam9xrq0mxkb";
|
||||
name = "kscreenlocker-5.10.5.tar.xz";
|
||||
url = "${mirror}/stable/plasma/5.10.5/kscreenlocker-5.10.5.1.tar.xz";
|
||||
sha256 = "03ih0dyyjljv40wl7mpbssfirkkljw8mnpjjhzk357lzadkplzvp";
|
||||
name = "kscreenlocker-5.10.5.1.tar.xz";
|
||||
};
|
||||
};
|
||||
ksshaskpass = {
|
||||
|
Loading…
Reference in New Issue
Block a user