scooter: 0.9.0 -> 0.9.1 (#512875)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-24 07:45:55 +00:00
committed by GitHub
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "scooter";
version = "0.9.0";
version = "0.9.1";
src = fetchFromGitHub {
owner = "thomasschafer";
repo = "scooter";
rev = "v${finalAttrs.version}";
hash = "sha256-AcHPJu8aDvrQVEXvvwj7f4v1vQ0dinA6da940zTOsYg=";
hash = "sha256-4pekZhk8g4BzyhNqWLocP24bLKpr0kLepRzp+NYfX1I=";
};
cargoHash = "sha256-DNsQGbZSlNK7O4KcCtHAabe/XotlHykvSP6FI2+KFqQ=";
cargoHash = "sha256-Ac+iCZ2WoRq7yP9YlT9hp0grsMPny/JdYBrdWiSj/L8=";
# Ensure that only the `scooter` package is built (excluding `xtask`)
cargoBuildFlags = [