pantheon.elementary-notifications: 6.0.1 -> 6.0.2

This commit is contained in:
Bobby Rong 2022-06-10 12:23:02 +08:00
parent 22e8068097
commit 6667e3670f
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -17,13 +17,13 @@
stdenv.mkDerivation rec {
pname = "elementary-notifications";
version = "6.0.1";
version = "6.0.2";
src = fetchFromGitHub {
owner = "elementary";
repo = "notifications";
rev = version;
sha256 = "sha256-AEcZVQPAQLa202/Yvq0GihY8BfMEH46iXeQ5u3QvuXg=";
sha256 = "sha256-kM//T3P8gMGnCMDJ1caQQGgD6HBOQo0wp2wZGMUUPuU=";
};
nativeBuildInputs = [