contrast: 0.0.10 -> 0.0.11 (#344655)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-09-26 17:09:16 +00:00 committed by GitHub
commit 0bb3991dc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
stdenv.mkDerivation rec {
pname = "contrast";
version = "0.0.10";
version = "0.0.11";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
@ -29,13 +29,13 @@ stdenv.mkDerivation rec {
owner = "design";
repo = "contrast";
rev = version;
hash = "sha256-Y0CynBvnCOBesONpxUicR7PgMJgmM0ZQX/uOwIppj7w=";
hash = "sha256-8A1qX1H0cET5AUvMoHC1/VyIQiaTysEY5RJRrVYvGng=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-BdwY2YDJyDApGgE0Whz3xRU/0gRbkwbKUvPbWEObXE8=";
hash = "sha256-Z5Gn1J/ziDlSowUk3HYLdx1PDg0WlQJQDjto2xYYK44=";
};
nativeBuildInputs = [