cosmic-ext-tweaks: 0.1.3 -> 0.2.0

This commit is contained in:
R. Ryantm 2025-10-04 09:13:11 +00:00
parent fb69976457
commit edfaa28b24

View file

@ -14,16 +14,16 @@
}:
rustPlatform.buildRustPackage rec {
pname = "cosmic-ext-tweaks";
version = "0.1.3";
version = "0.2.0";
src = fetchFromGitHub {
owner = "cosmic-utils";
repo = "tweaks";
tag = version;
hash = "sha256-SzD2TnPrCKsG3d+t1695GSC+HCqK88wlO42saGAZLS8=";
hash = "sha256-0P/KtfNUlS6E68aR3uLHJ2D4aMAdc05Svl6xSEG8XJA=";
};
cargoHash = "sha256-LgrjrGusQ5HZJcAPsgV0hUgvcAZr8rlPyE3+z910+pI=";
cargoHash = "sha256-Zl7c/3q5J+9y1vRJdR77NJ6y62bV1bxaVMuiyxDbLX4=";
nativeBuildInputs = [
libcosmicAppHook