Unverified Commit bfd9c381 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

betterdisplay: 3.3.2 -> 3.4.1 (#386433)

parents d3be617f 906fa7c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;