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

pantheon-tweaks: 2.5.0 -> 2.5.1 (#484936)

parents bcefc19b b75db8ad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

stdenv.mkDerivation rec {
  pname = "pantheon-tweaks";
  version = "2.5.0";
  version = "2.5.1";

  src = fetchFromGitHub {
    owner = "pantheon-tweaks";
    repo = "pantheon-tweaks";
    rev = version;
    hash = "sha256-cCrHGOo7dZc28hbZD6Zv8Dw4Ks5JTDsm6A6nkmpUAxk=";
    hash = "sha256-haiKElDv6lvZeROpiCc2n3I0Ho/l6HjUhu/yBISsT2E=";
  };

  nativeBuildInputs = [