tinty: 0.28.0 -> 0.29.0 (#431282)

This commit is contained in:
Weijia Wang
2025-08-22 22:15:56 +02:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
nix-update-script,
}:
let
version = "0.28.0";
version = "0.29.0";
in
rustPlatform.buildRustPackage {
pname = "tinty";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "tinted-theming";
repo = "tinty";
tag = "v${version}";
hash = "sha256-9bMqB2TkLj/FjHpaHoOWZihKOvUAwCT5leyua70GEhg=";
hash = "sha256-p05fRJR0boNKGAZ7+KGPyY3XUmj20QfZteWr80cA/po=";
};
cargoHash = "sha256-q0JPho+WSg4gDrfs+RevnJnQ3vdQ67uLPx7Afdidmu0=";
cargoHash = "sha256-Mdfz412Y1kb4V6LXOHxrbP3WsnWiZ+irCO5Qi3DRQ4c=";
# Pretty much all tests require internet access
doCheck = false;