satty: 0.12.1 -> 0.13.0

Diff: https://github.com/gabm/Satty/compare/v0.12.1...v0.13.0
This commit is contained in:
Pablo Ovelleiro Corral 2024-06-20 12:45:21 +02:00
parent 3369c12187
commit db431d82cd
No known key found for this signature in database
GPG Key ID: 29E9A6ED72CCB334

View File

@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec {
pname = "satty";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "gabm";
repo = "Satty";
rev = "v${version}";
hash = "sha256-4upjVP7DEWD76wycmCQxl86nsJYI0+V7dSThRFJu9Ds=";
hash = "sha256-sEAAK8WeDQrRY6IEaiQwsDdKXetjuMCjhElbM6S8vsA=";
};
cargoHash = "sha256-z2hRSGAwCI6DiXP87OzyyhJYjdB/7hSxYlUsKij1WQk=";
cargoHash = "sha256-no5M/Zxu5YQjI2HdxC/fU5YIq8L6iuSAvUQ4dHkA2r4=";
nativeBuildInputs = [
copyDesktopItems