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 7 rustPlatform.buildRustPackage rec { 8 pname = "scooter"; 9 - version = "0.5.0"; 10 11 src = fetchFromGitHub { 12 owner = "thomasschafer"; 13 repo = "scooter"; 14 rev = "v${version}"; 15 - hash = "sha256-+l2XkG6xUOkfSPe20oXjUKdmBYB7GX0xZuqddC8w/lc="; 16 }; 17 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-+KvHeTa8x77cMbZNbSeMcr66lAqWSBmfkn1rY+PfqHs="; 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 - ]; 26 27 meta = { 28 description = "Interactive find and replace in the terminal";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "scooter"; 9 + version = "0.5.2"; 10 11 src = fetchFromGitHub { 12 owner = "thomasschafer"; 13 repo = "scooter"; 14 rev = "v${version}"; 15 + hash = "sha256-GlqGAzOkW6Jy7qGblfkMfCtzNwjOY/ZmGktqU4uUe90="; 16 }; 17 18 useFetchCargoVendor = true; 19 + cargoHash = "sha256-mh4FoFZ012yXbCr9Ts57crc+1JrcA2cdnZzqjKUspq8="; 20 21 + # Many tests require filesystem writes which fail in Nix sandbox 22 + doCheck = false; 23 24 meta = { 25 description = "Interactive find and replace in the terminal";