tinty: 0.26.1 -> 0.27.0

This commit is contained in:
R. Ryantm
2025-03-27 05:39:17 +00:00
parent 772cf0f3fd
commit 2db0e733ca
+3 -3
View File
@@ -6,7 +6,7 @@
nix-update-script,
}:
let
version = "0.26.1";
version = "0.27.0";
in
rustPlatform.buildRustPackage {
pname = "tinty";
@@ -16,11 +16,11 @@ rustPlatform.buildRustPackage {
owner = "tinted-theming";
repo = "tinty";
tag = "v${version}";
hash = "sha256-+HTdmAKsm9YXyLktAfjPenbRi1RrrCusc6+ZarCI7Ac=";
hash = "sha256-3gJRVKkC3B+DVfVmvlRjBdp6cD5x5wZMX3p4PWVIjno=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-7erxE5sfEMsZiOh/VPfQYsowUub9nefkNaGYjNr0Pyg=";
cargoHash = "sha256-CJcPhUxClxk2SQAbAt1hzX7QbAhpXQCEc4xy1ADkAtk=";
# Pretty much all tests require internet access
doCheck = false;