summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-05-21 17:11:53 +0800
committerBobby Rong <rjl931189261@126.com>2023-05-21 17:11:53 +0800
commitf7f3ce9b611e9b14e7fe1fc740bf41f74866e743 (patch)
treef2d913dbb7e8c0434721973f4dc698c27542af85
parent0b8b1b50318ce0cefaf0e1d130c5a32f4ab887ed (diff)
downloadnixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.tar
nixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.tar.gz
nixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.tar.bz2
nixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.tar.lz
nixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.tar.xz
nixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.tar.zst
nixpkgs-f7f3ce9b611e9b14e7fe1fc740bf41f74866e743.zip
contrast: 0.0.7 → 0.0.8
https://gitlab.gnome.org/World/design/contrast/-/compare/0.0.7...0.0.8
-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 f98b02117c2..3a10bd72d30 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.7";
+  version = "0.0.8";
 
   src = fetchFromGitLab {
     domain = "gitlab.gnome.org";
@@ -27,13 +27,13 @@ stdenv.mkDerivation rec {
     owner = "design";
     repo = "contrast";
     rev = version;
-    hash = "sha256-waoXv8dzqynkpfEPZSgZnS6fyo9+9+3Q2oy2fMtEsoE=";
+    hash = "sha256-5OFmLsP+Xk3sKJcUG/s8KwedvfS8ri+JoinliyJSmrY=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     inherit src;
     name = "${pname}-${version}";
-    hash = "sha256-94QwPSiGjjPuskg5w6QfM5FuChFno7f9dh0Xr2wWKCI=";
+    hash = "sha256-8WukhoKMyApkwqPQ6KeWMsL40sMUcD4I4l7UqXf2Ld0=";
   };
 
   nativeBuildInputs = [