tinty: 0.33.0 -> 0.34.1 (#534736)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-24 16:55:17 +00:00
committed by GitHub
+3 -3
View File
@@ -6,7 +6,7 @@
nix-update-script,
}:
let
version = "0.33.0";
version = "0.34.1";
in
rustPlatform.buildRustPackage {
pname = "tinty";
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "tinted-theming";
repo = "tinty";
tag = "v${version}";
hash = "sha256-pQ7Aw95evZc8buPLkluUhxs113El2SFFNTltpunPbow=";
hash = "sha256-DoF3blFlGe7hquRZTrhwC+gO0hqw7vAEslFv1A9RSrA=";
};
cargoHash = "sha256-pJH8ROgwfHZfJQWQI7u+mzqVX6I369/cF3QUM2+D7Y4=";
cargoHash = "sha256-4+oPOPgPSVgGlvVj4s5qKvW5p630pJnXL5LpOI2IVQQ=";
# Pretty much all tests require internet access
doCheck = false;