tarts: 0.1.16-unstable -> 0.1.24 (#457050)
This commit is contained in:
@@ -3,18 +3,18 @@
|
|||||||
rustPlatform,
|
rustPlatform,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
rustPlatform.buildRustPackage {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "tarts";
|
pname = "tarts";
|
||||||
version = "0.1.16-unstable-2025-05-04";
|
version = "0.1.24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "oiwn";
|
owner = "oiwn";
|
||||||
repo = "tarts";
|
repo = "tarts";
|
||||||
rev = "8560a63dda8e5ffd5fdd96a1f7687f8f12d36022";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-d06FL0khcI2LUMbrUo3tmQn97pNFIVefPWlxWFSUJ+E=";
|
hash = "sha256-whkDHgxrHkmYX6hji+z8mc964lQxllaidV8clJhvDqw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-DLIBVl7CzhEYjAnkJmLHSlUoXCNos8YPHfSz9rs99/8=";
|
cargoHash = "sha256-IZyjwbx7V0kPkmD9r8qrqp4nrJg8g6tepw5bvWlLZBE=";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Screen saves and visual effects for your terminal";
|
description = "Screen saves and visual effects for your terminal";
|
||||||
@@ -23,4 +23,4 @@ rustPlatform.buildRustPackage {
|
|||||||
maintainers = [ lib.maintainers.da157 ];
|
maintainers = [ lib.maintainers.da157 ];
|
||||||
mainProgram = "tarts";
|
mainProgram = "tarts";
|
||||||
};
|
};
|
||||||
}
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user