Skip to content

Commit

Permalink
betterdisplay: 3.3.2 -> 3.4.1 (#386433)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Mar 11, 2025
2 parents d3be617 + 906fa7c commit bfd9c38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/be/betterdisplay/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

stdenvNoCC.mkDerivation (finalAttrs: {
pname = "betterdisplay";
version = "3.3.2";
version = "3.4.1";

src = fetchurl {
url = "https://github.com/waydabber/BetterDisplay/releases/download/v${finalAttrs.version}/BetterDisplay-v${finalAttrs.version}.dmg";
hash = "sha256-4hS+F9cPgQ6HEzX7RkikANyJqc2bMAhKCYlL1lmka54=";
hash = "sha256-GTyFtW0qlYjrGl8eFuXFGudlx7304wb4KxqHKFzsH+c=";
};

dontPatch = true;
Expand Down

0 comments on commit bfd9c38

Please sign in to comment.