fixup! pantheon.switchboard-plug-notifications: 2.1.6 -> 2.1.7

This commit is contained in:
worldofpeace 2020-06-07 14:24:31 -04:00
parent cf675b75c3
commit 150a36299e

View file

@ -24,15 +24,6 @@ stdenv.mkDerivation rec {
sha256 = "02amm2j6blpfc16p5rm64p8shnppzsg49hz4v196mli5xr1r441h";
};
patches = [
# Fix do not disturb on NixOS
# https://github.com/elementary/switchboard-plug-notifications/pull/66
(fetchpatch {
url = "https://github.com/elementary/switchboard-plug-notifications/commit/c306366b39c3199f0b64eda73419005fcb5e29b8.patch";
sha256 = "0m018rfw5iv582sw6qgwc8lzn0j32ix1w47fvlfmx0kw04irl2x3";
})
];
passthru = {
updateScript = pantheon.updateScript {
attrPath = "pantheon.${pname}";