Unverified Commit 1b4e8800 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.elementary-notifications: 6.0.2 -> 6.0.3

parent 299731ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [