contrast: 0.0.10 -> 0.0.11

This commit is contained in:
R. Ryantm
2024-09-26 13:22:48 +00:00
parent e09e0b5a3c
commit 47df939d53
+3 -3
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 = [