satty: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm 2024-07-29 05:52:30 +00:00
parent 139855af78
commit 5852d9f458

View File

@ -16,16 +16,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "satty"; pname = "satty";
version = "0.13.0"; version = "0.14.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gabm"; owner = "gabm";
repo = "Satty"; repo = "Satty";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-sEAAK8WeDQrRY6IEaiQwsDdKXetjuMCjhElbM6S8vsA="; hash = "sha256-+NIRWciQISbR8+agDJBH/aHFJ+yCkC6nNFtv+HprrRs=";
}; };
cargoHash = "sha256-no5M/Zxu5YQjI2HdxC/fU5YIq8L6iuSAvUQ4dHkA2r4="; cargoHash = "sha256-1N45CNeawwcJ1jkkAViElqyCKD4VE7RZJWPQ9EnleGw=";
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems copyDesktopItems