Unverified Commit ea676dc8 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

pantheon.elementary-notifications: 8.0.0 -> 8.1.0 (#410567)

parents 7382d075 55b8857b
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 = "8.0.0";
  version = "8.1.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = "notifications";
    rev = version;
    sha256 = "sha256-40STrDpMx1WFaTriJNrvkkbzAM0DeBaPdc8o8URItQI=";
    sha256 = "sha256-2+LV3O2V42gI+ysVoeO9KpLqmAj/Zk5F8LzO2RNZ1ZY=";
  };

  nativeBuildInputs = [