Merge pull request #197992 from bobby285271/pantheon

pantheon.elementary-notifications: 6.0.2 -> 6.0.3
This commit is contained in:
Bobby Rong 2022-10-27 18:43:39 +08:00 committed by GitHub
commit aaf447c631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation rec {
pname = "elementary-notifications";
version = "6.0.2";
version = "6.0.3";
src = fetchFromGitHub {
owner = "elementary";
repo = "notifications";
rev = version;
sha256 = "sha256-kM//T3P8gMGnCMDJ1caQQGgD6HBOQo0wp2wZGMUUPuU=";
sha256 = "sha256-B1wo1N4heG872klFJOBKOEds0+6aqtvkTGefi97bdU8=";
};
nativeBuildInputs = [