pantheon.elementary-notifications: 6.0.0 -> 6.0.1

This commit is contained in:
Bobby Rong 2022-04-07 20:13:46 +08:00
parent 53b09d3791
commit abc7fcc7d4
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.0";
version = "6.0.1";
src = fetchFromGitHub {
owner = "elementary";
repo = "notifications";
rev = version;
sha256 = "0jfppafbc8jwhhnillylicz4zfds789d8b31ifsx0qijlxa7kji9";
sha256 = "sha256-AEcZVQPAQLa202/Yvq0GihY8BfMEH46iXeQ5u3QvuXg=";
};
nativeBuildInputs = [