spacer: 0.3.1 -> 0.3.8 (#384536)

authored by Nick Cao and committed by GitHub b3a411b6 8bb26ac8

+3 -3
+3 -3
pkgs/by-name/sp/spacer/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "spacer"; 9 - version = "0.3.1"; 10 11 src = fetchFromGitHub { 12 owner = "samwho"; 13 repo = "spacer"; 14 rev = "v${version}"; 15 - hash = "sha256-gEJUHNtoLurBMhSMoJUiJMm6xLjUJNjTejPwkgltf2U="; 16 }; 17 18 useFetchCargoVendor = true; 19 - cargoHash = "sha256-naNhEDWOnhZ6lYgHP3p76pSsrQLqYuQ+kazCks7QciA="; 20 21 meta = with lib; { 22 description = "CLI tool to insert spacers when command output stops";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "spacer"; 9 + version = "0.3.8"; 10 11 src = fetchFromGitHub { 12 owner = "samwho"; 13 repo = "spacer"; 14 rev = "v${version}"; 15 + hash = "sha256-N6HNPuEYcbuqpHv8Qr43iRtRdtyBo4TP7YccIcbpIpc="; 16 }; 17 18 useFetchCargoVendor = true; 19 + cargoHash = "sha256-/sUQy5dn83KLzBXZ2+QEMM6hOqE7T3tZ80Q3M510jjQ="; 20 21 meta = with lib; { 22 description = "CLI tool to insert spacers when command output stops";