betterdisplay: 3.3.0 -> 3.3.2 (#376067)

This commit is contained in:
Dimitar Nestorov
2025-01-24 12:36:29 +00:00
committed by GitHub
parent 1792395c3c
commit f693581cab
+2 -2
View File
@@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "betterdisplay";
version = "3.3.0";
version = "3.3.2";
src = fetchurl {
url = "https://github.com/waydabber/BetterDisplay/releases/download/v${finalAttrs.version}/BetterDisplay-v${finalAttrs.version}.dmg";
hash = "sha256-A0kh3XNdl5kJ32Kxwb0PAgxfGJR+EZEoaP+gspRJEcU=";
hash = "sha256-4hS+F9cPgQ6HEzX7RkikANyJqc2bMAhKCYlL1lmka54=";
};
dontPatch = true;