scooter: 0.8.5 -> 0.9.0

This commit is contained in:
R. Ryantm
2026-03-01 00:29:14 +00:00
parent 50f4bb32ac
commit 3ce0744279
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "scooter";
version = "0.8.5";
version = "0.9.0";
src = fetchFromGitHub {
owner = "thomasschafer";
repo = "scooter";
rev = "v${finalAttrs.version}";
hash = "sha256-hKF0b3vgZ8kIK9QT129Ms+Rua6+Rrv8Jk2pt81eCc5Y=";
hash = "sha256-AcHPJu8aDvrQVEXvvwj7f4v1vQ0dinA6da940zTOsYg=";
};
cargoHash = "sha256-008wp5xa0G6E3e6rIhd1sE8cIIcHQ3LoCBl/cJx76Sw=";
cargoHash = "sha256-DNsQGbZSlNK7O4KcCtHAabe/XotlHykvSP6FI2+KFqQ=";
# Ensure that only the `scooter` package is built (excluding `xtask`)
cargoBuildFlags = [