satty: 0.20.1 -> 0.21.1

This commit is contained in:
RMT
2026-06-06 22:31:48 +08:00
parent 2f7793061c
commit c6124f5ab1
+6 -3
View File
@@ -17,16 +17,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "satty";
version = "0.20.1";
version = "0.21.1";
src = fetchFromGitHub {
owner = "gabm";
repo = "Satty";
rev = "v${finalAttrs.version}";
hash = "sha256-pR3Mc5Eue4YcIMcrzkyDhZPpovRFa8TW1PjL/ysH/7s=";
hash = "sha256-pD91+MbieZ5/YoUR0lcKnJ9bA1fn7I97NbnIwm/kL7E=";
};
cargoHash = "sha256-/WewpLpBmD4XnjwY7NmzbglYGNKmgMLjg1pvUdqEIwo=";
cargoHash = "sha256-Oavfb2Jp9WO0eaT5TqRwSxU3+rm9lBxwuWTWnc2CnZ0=";
# Generate shell completions and man file
buildFeatures = [ "ci-release" ];
nativeBuildInputs = [
copyDesktopItems