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

pantheon-tweaks: 2.2.1 -> 2.3.0 (#407031)

parents d71a6bf8 b8cc1515
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation rec {
  pname = "pantheon-tweaks";
  version = "2.2.1";
  version = "2.3.0";

  src = fetchFromGitHub {
    owner = "pantheon-tweaks";
    repo = pname;
    rev = version;
    hash = "sha256-85Yfhh6otNWhRqLeM6UMBiCf/omn0FyY5hdK1ZjjgmM=";
    hash = "sha256-+dkjmeY4WJfXwgNR8HlRaVfvS/2icbi8eSAkiB9x7uI=";
  };

  nativeBuildInputs = [