Merge pull request #270684 from zendo/upd/contrast

contrast: 0.0.8 -> 0.0.10

authored by Bobby Rong and committed by GitHub ee024ac1 b2b547c1

+3 -3
+3 -3
pkgs/applications/accessibility/contrast/default.nix
··· 19 19 20 20 stdenv.mkDerivation rec { 21 21 pname = "contrast"; 22 - version = "0.0.8"; 22 + version = "0.0.10"; 23 23 24 24 src = fetchFromGitLab { 25 25 domain = "gitlab.gnome.org"; ··· 27 27 owner = "design"; 28 28 repo = "contrast"; 29 29 rev = version; 30 - hash = "sha256-5OFmLsP+Xk3sKJcUG/s8KwedvfS8ri+JoinliyJSmrY="; 30 + hash = "sha256-Y0CynBvnCOBesONpxUicR7PgMJgmM0ZQX/uOwIppj7w="; 31 31 }; 32 32 33 33 cargoDeps = rustPlatform.fetchCargoTarball { 34 34 inherit src; 35 35 name = "${pname}-${version}"; 36 - hash = "sha256-8WukhoKMyApkwqPQ6KeWMsL40sMUcD4I4l7UqXf2Ld0="; 36 + hash = "sha256-BdwY2YDJyDApGgE0Whz3xRU/0gRbkwbKUvPbWEObXE8="; 37 37 }; 38 38 39 39 nativeBuildInputs = [