about summary refs log tree commit diff
path: root/pkgs/applications/accessibility
diff options
context:
space:
mode:
authorzendo <linzway@qq.com>2023-11-29 00:07:12 +0800
committerzendo <linzway@qq.com>2023-11-29 00:07:12 +0800
commit75c4637ffb9165351f86ca1ee419b3b08aa7e622 (patch)
tree0489eff23f414caca3ecfe927cf3472c5730e4ee /pkgs/applications/accessibility
parentf974988b730c68f9c19de534dd832985776d3044 (diff)
downloadnixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.tar
nixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.tar.gz
nixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.tar.bz2
nixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.tar.lz
nixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.tar.xz
nixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.tar.zst
nixlib-75c4637ffb9165351f86ca1ee419b3b08aa7e622.zip
contrast: 0.0.8 -> 0.0.10
Diffstat (limited to 'pkgs/applications/accessibility')
-rw-r--r--pkgs/applications/accessibility/contrast/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/accessibility/contrast/default.nix b/pkgs/applications/accessibility/contrast/default.nix
index 3a10bd72d309..9954f54c3da3 100644
--- a/pkgs/applications/accessibility/contrast/default.nix
+++ b/pkgs/applications/accessibility/contrast/default.nix
@@ -19,7 +19,7 @@
 
 stdenv.mkDerivation rec {
   pname = "contrast";
-  version = "0.0.8";
+  version = "0.0.10";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
@@ -27,13 +27,13 @@ stdenv.mkDerivation rec {
     owner = "design";
     repo = "contrast";
     rev = version;
-    hash = "sha256-5OFmLsP+Xk3sKJcUG/s8KwedvfS8ri+JoinliyJSmrY=";
+    hash = "sha256-Y0CynBvnCOBesONpxUicR7PgMJgmM0ZQX/uOwIppj7w=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-8WukhoKMyApkwqPQ6KeWMsL40sMUcD4I4l7UqXf2Ld0=";
+    hash = "sha256-BdwY2YDJyDApGgE0Whz3xRU/0gRbkwbKUvPbWEObXE8=";
   };
 
   nativeBuildInputs = [