pantheon.elementary-greeter: 6.0.0 -> 6.0.1

This commit is contained in:
Bobby Rong 2021-09-23 09:19:49 +08:00
parent 8ffb81729c
commit ab0b955aa9
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -32,7 +32,7 @@
stdenv.mkDerivation rec {
pname = "elementary-greeter";
version = "6.0.0";
version = "6.0.1";
repoName = "greeter";
@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
owner = "elementary";
repo = repoName;
rev = version;
sha256 = "1ny1003bbpdscc4kr2d94zc5vxm30y64dpj3fpd5zz2p2g0cq2h9";
sha256 = "1f606ds56sp1c58q8dblfpaq9pwwkqw9i4gkwksw45m2xkwlbflq";
};
passthru = {
@ -89,12 +89,6 @@ stdenv.mkDerivation rec {
];
patches = [
# Upstream code not respecting our localedir
# https://github.com/elementary/greeter/pull/545
(fetchpatch {
url = "https://github.com/elementary/greeter/commit/d1373a7db827bc753bfcd70d0c8f25460ea9f1de.patch";
sha256 = "0s8l7ycd2s307d3dh1p4vdk33dbzjzqwxs6msyb9w0ycfyxlwdvp";
})
./sysconfdir-install.patch
# Needed until https://github.com/elementary/greeter/issues/360 is fixed
(substituteAll {