tarts: 0.1.24 -> 0.1.25 (#518912)

This commit is contained in:
Nick Cao
2026-05-11 21:18:37 +00:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tarts";
version = "0.1.24";
version = "0.1.25";
src = fetchFromGitHub {
owner = "oiwn";
repo = "tarts";
rev = "v${finalAttrs.version}";
hash = "sha256-whkDHgxrHkmYX6hji+z8mc964lQxllaidV8clJhvDqw=";
hash = "sha256-l1IJFPRk+JM+JBx7/YFB0IBryzo5ce/ekiJ7Ru2sjKE=";
};
cargoHash = "sha256-IZyjwbx7V0kPkmD9r8qrqp4nrJg8g6tepw5bvWlLZBE=";
cargoHash = "sha256-6ptR3TjKxqyo5kUgnIyLEpLN9Lw8sFcTiZ4jgn68x5Q=";
meta = {
description = "Screen saves and visual effects for your terminal";