about summary refs log tree commit diff
path: root/pkgs/applications/accessibility
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-12-30 19:48:57 +0800
committerGitHub <noreply@github.com>2023-12-30 19:48:57 +0800
commitee024ac1389801c8a93a26634016c82b42980992 (patch)
treede1449329c81f7df445e859e2a27cd76373552b6 /pkgs/applications/accessibility
parentb2b547c16a9ba52be2764ed1bc5938a65701e1f5 (diff)
parent75c4637ffb9165351f86ca1ee419b3b08aa7e622 (diff)
downloadnixlib-ee024ac1389801c8a93a26634016c82b42980992.tar
nixlib-ee024ac1389801c8a93a26634016c82b42980992.tar.gz
nixlib-ee024ac1389801c8a93a26634016c82b42980992.tar.bz2
nixlib-ee024ac1389801c8a93a26634016c82b42980992.tar.lz
nixlib-ee024ac1389801c8a93a26634016c82b42980992.tar.xz
nixlib-ee024ac1389801c8a93a26634016c82b42980992.tar.zst
nixlib-ee024ac1389801c8a93a26634016c82b42980992.zip
Merge pull request #270684 from zendo/upd/contrast
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 3858de921592..cc8e21b92456 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 = [