pantheon.elementary-notifications: 6.0.2 -> 6.0.3

This commit is contained in:
Bobby Rong 2022-10-27 09:08:08 +08:00
parent 299731eff4
commit 1b4e88002d
No known key found for this signature in database

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 = [