Skip to content

Commit

Permalink
Merge pull request #263617 from bobby285271/upd/pantheon-tweaks
Browse files Browse the repository at this point in the history
pantheon-tweaks: 1.1.0 -> 1.1.1
  • Loading branch information
bobby285271 authored Oct 26, 2023
2 parents 32f833d + f652a50 commit 99be59b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
pname = "pantheon-tweaks";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "pantheon-tweaks";
repo = pname;
rev = version;
sha256 = "sha256-wj9bvcES8JAgDtW0Damfd8VQNLK+SCFTDVWp/nYGcgI=";
sha256 = "sha256-KYnrQnh/Zz3EjMAqasdk2CZMXzw15txKtPm/K5+FzhI=";
};

patches = [
Expand Down

0 comments on commit 99be59b

Please sign in to comment.