Unverified Commit a50aa296 authored by Bobby Rong's avatar Bobby Rong
Browse files

pantheon.switchboard-plug-display: 2.3.3 -> 7.0.0

parent 56886a88
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "switchboard-plug-display";
  version = "2.3.3";
  version = "7.0.0";

  src = fetchFromGitHub {
    owner = "elementary";
    repo = pname;
    rev = version;
    sha256 = "sha256-d25++3msaS9dg2Rsl7mrAezDn8Lawd3/X0XPH5Zy6Rc=";
    sha256 = "sha256-NgTpV/hbPttAsDY8Y9AsqdpjRlZqTy2rTu3v1jQZjBo=";
  };

  nativeBuildInputs = [