scooter: 0.5.0 -> 0.5.2 (#412968)

authored by

Peder Bergebakken Sundt and committed by
GitHub
c6337123 7b1ae246

+5 -8
+5 -8
pkgs/by-name/sc/scooter/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "scooter"; 9 - version = "0.5.0"; 9 + version = "0.5.2"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "thomasschafer"; 13 13 repo = "scooter"; 14 14 rev = "v${version}"; 15 - hash = "sha256-+l2XkG6xUOkfSPe20oXjUKdmBYB7GX0xZuqddC8w/lc="; 15 + hash = "sha256-GlqGAzOkW6Jy7qGblfkMfCtzNwjOY/ZmGktqU4uUe90="; 16 16 }; 17 17 18 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-+KvHeTa8x77cMbZNbSeMcr66lAqWSBmfkn1rY+PfqHs="; 19 + cargoHash = "sha256-mh4FoFZ012yXbCr9Ts57crc+1JrcA2cdnZzqjKUspq8="; 20 20 21 - checkFlags = [ 22 - # failed only for buildRustPackage 23 - # might be related to https://ryantm.github.io/nixpkgs/languages-frameworks/rust/#tests-relying-on-the-structure-of-the-target-directory 24 - "--skip=test_search_current_dir" 25 - ]; 21 + # Many tests require filesystem writes which fail in Nix sandbox 22 + doCheck = false; 26 23 27 24 meta = { 28 25 description = "Interactive find and replace in the terminal";