about summary refs log tree commit diff
path: root/pkgs/applications/accessibility
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2020-04-18 21:25:48 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2020-04-19 13:09:15 -0400
commit3eee9961cc953b3df108df8a4c6302197a0b98c7 (patch)
tree527ad4e995048cf98749f223cc911916acc59e06 /pkgs/applications/accessibility
parent6f1165a0cbb59140b371f9d41ef0ba2b5d707408 (diff)
downloadnixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.tar
nixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.tar.gz
nixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.tar.bz2
nixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.tar.lz
nixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.tar.xz
nixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.tar.zst
nixlib-3eee9961cc953b3df108df8a4c6302197a0b98c7.zip
contrast: 0.0.2 -> 0.0.3
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 673c8071d4b2..192bf041c64e 100644
--- a/pkgs/applications/accessibility/contrast/default.nix
+++ b/pkgs/applications/accessibility/contrast/default.nix
@@ -19,7 +19,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "contrast";
-  version = "0.0.2";
+  version = "0.0.3";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
@@ -27,10 +27,10 @@ rustPlatform.buildRustPackage rec {
     owner = "design";
     repo = "contrast";
     rev = version;
-    sha256 = "0rm705zrk9rfv31pwbqxrswi5v6vhnghxa8dgxjmcrh00l8dm6j9";
+    sha256 = "0kk3mv7a6y258109xvgicmsi0lw0rcs00gfyivl5hdz7qh47iccy";
   };
 
-  cargoSha256 = "0qj0vmxa1d6war1vb3zgkf1drvk7awm970fw6692hd9msa9c1kkf";
+  cargoSha256 = "0vi8nv4hkhsgqgz36xacwkk5cxirg6li44nbmk3x7vx7c64hzybq";
 
   nativeBuildInputs = [
     desktop-file-utils