cosmic-ext-tweaks: 0.2.0 -> 0.2.2 (#518395)

This commit is contained in:
Masum Reza
2026-05-23 05:32:09 +00:00
committed by GitHub

View File

@@ -14,16 +14,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cosmic-ext-tweaks";
version = "0.2.0";
version = "0.2.2";
src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "tweaks";
tag = finalAttrs.version;
hash = "sha256-0P/KtfNUlS6E68aR3uLHJ2D4aMAdc05Svl6xSEG8XJA=";
hash = "sha256-kREYDT42Xh/APrZAs3uho6Mw2MNEGeG0jc00I2yQemI=";
};
cargoHash = "sha256-Zl7c/3q5J+9y1vRJdR77NJ6y62bV1bxaVMuiyxDbLX4=";
cargoHash = "sha256-mC19GLLHrjqYXl052HoNFscz9zzQWVBBm0OxzXoUd8U=";
separateDebugInfo = true;