pantheon.switchboard-plug-notifications: 2.1.7 -> 2.2.0

This commit is contained in:
Bobby Rong 2021-07-17 11:58:52 +08:00
parent 49bdb6149c
commit c3e3e5c0a0
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -16,15 +16,24 @@
stdenv.mkDerivation rec {
pname = "switchboard-plug-notifications";
version = "2.1.7";
version = "2.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "sha256-MBCSQ+4l0mpS2OTDRJ7+91qo0SWm5nJNYO7SZaSoVQk=";
sha256 = "0zzhgs8m1y7ab31hbn7v8g8k7rx51gqajl243zmysn86lfqk8iay";
};
patches = [
# Upstream code not respecting our localedir
# https://github.com/elementary/switchboard-plug-notifications/pull/83
(fetchpatch {
url = "https://github.com/elementary/switchboard-plug-notifications/commit/2e0320aab62b6932e8ef5f941d02e244de381957.patch";
sha256 = "0rcamasq837grck0i2yx6psggzrhv7p7m3mra5l0k9zsjxgar92v";
})
];
passthru = {
updateScript = nix-update-script {
attrPath = "pantheon.${pname}";