polychromatic: 0.7.3 -> 0.8.0 (#206347)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

authored by

Joshua Giacone
Sandro
and committed by
GitHub
42e555e6 d811234c

+3 -3
+3 -3
pkgs/applications/misc/polychromatic/default.nix
··· 20 21 python3Packages.buildPythonApplication rec { 22 name = "polychromatic"; 23 - version = "0.7.3"; 24 format = "other"; 25 26 src = fetchFromGitHub { 27 owner = "polychromatic"; 28 repo = "polychromatic"; 29 rev = "v${version}"; 30 - sha256 = "sha256-H++kQ3Fxw56avEsSE1ctu5p0s50s0eQ+jL5zXS3AA94="; 31 }; 32 33 postPatch = '' ··· 35 substituteInPlace scripts/build-styles.sh \ 36 --replace '$(which sassc 2>/dev/null)' '${sassc}/bin/sassc' \ 37 --replace '$(which sass 2>/dev/null)' '${sassc}/bin/sass' 38 - substituteInPlace pylib/common.py \ 39 --replace "/usr/share/polychromatic" "$out/share/polychromatic" 40 ''; 41
··· 20 21 python3Packages.buildPythonApplication rec { 22 name = "polychromatic"; 23 + version = "0.8.0"; 24 format = "other"; 25 26 src = fetchFromGitHub { 27 owner = "polychromatic"; 28 repo = "polychromatic"; 29 rev = "v${version}"; 30 + sha256 = "sha256-ym2pcGUWM5zCUx/lYs+WECj+wbyBtWnx04W/NRXNKlw="; 31 }; 32 33 postPatch = '' ··· 35 substituteInPlace scripts/build-styles.sh \ 36 --replace '$(which sassc 2>/dev/null)' '${sassc}/bin/sassc' \ 37 --replace '$(which sass 2>/dev/null)' '${sassc}/bin/sass' 38 + substituteInPlace polychromatic/paths.py \ 39 --replace "/usr/share/polychromatic" "$out/share/polychromatic" 40 ''; 41