scooter: 0.5.0 -> 0.5.2 (#412968)

This commit is contained in:
Peder Bergebakken Sundt 2025-06-04 06:48:52 +02:00 committed by GitHub
commit c6337123b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,23 +6,20 @@
rustPlatform.buildRustPackage rec {
pname = "scooter";
version = "0.5.0";
version = "0.5.2";
src = fetchFromGitHub {
owner = "thomasschafer";
repo = "scooter";
rev = "v${version}";
hash = "sha256-+l2XkG6xUOkfSPe20oXjUKdmBYB7GX0xZuqddC8w/lc=";
hash = "sha256-GlqGAzOkW6Jy7qGblfkMfCtzNwjOY/ZmGktqU4uUe90=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-+KvHeTa8x77cMbZNbSeMcr66lAqWSBmfkn1rY+PfqHs=";
cargoHash = "sha256-mh4FoFZ012yXbCr9Ts57crc+1JrcA2cdnZzqjKUspq8=";
checkFlags = [
# failed only for buildRustPackage
# might be related to https://ryantm.github.io/nixpkgs/languages-frameworks/rust/#tests-relying-on-the-structure-of-the-target-directory
"--skip=test_search_current_dir"
];
# Many tests require filesystem writes which fail in Nix sandbox
doCheck = false;
meta = {
description = "Interactive find and replace in the terminal";