pantheon.elementary-notifications: unstable-2020-03-31 -> 6.0.0

This commit is contained in:
Bobby Rong 2021-07-18 12:45:15 +08:00
parent c7b5980740
commit 4f1ecaf481
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -8,6 +8,7 @@
, glib
, granite
, libgee
, libhandy
, libcanberra-gtk3
, pantheon
, python3
@ -16,15 +17,15 @@
stdenv.mkDerivation rec {
pname = "elementary-notifications";
version = "unstable-2020-03-31";
version = "6.0.0";
repoName = "notifications";
src = fetchFromGitHub {
owner = "elementary";
repo = repoName;
rev = "db552b0c3466ba1099c7737c353b7225ab1896cc";
sha256 = "1fhf4zx73qka935x5afv6zqsm2l37d1mjbhrbzzzz44dqwa2vp16";
rev = version;
sha256 = "0jfppafbc8jwhhnillylicz4zfds789d8b31ifsx0qijlxa7kji9";
};
nativeBuildInputs = [
@ -43,6 +44,7 @@ stdenv.mkDerivation rec {
gtk3
libcanberra-gtk3
libgee
libhandy
];
postPatch = ''