spacer: 0.3.8 -> 0.3.9 (#410798)

This commit is contained in:
Matthias Beyer
2025-05-26 14:38:54 +02:00
committed by GitHub
+3 -3
View File
@@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec {
pname = "spacer";
version = "0.3.8";
version = "0.3.9";
src = fetchFromGitHub {
owner = "samwho";
repo = "spacer";
rev = "v${version}";
hash = "sha256-N6HNPuEYcbuqpHv8Qr43iRtRdtyBo4TP7YccIcbpIpc=";
hash = "sha256-8c8l8SJlh3z8spembPavO4fhzPcpCfaZVvU8dl3PUTc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-/sUQy5dn83KLzBXZ2+QEMM6hOqE7T3tZ80Q3M510jjQ=";
cargoHash = "sha256-WNqzOZ38ogeeEYB6B58+C2VptJ/HNj5+DpWvvHBhTAQ=";
meta = with lib; {
description = "CLI tool to insert spacers when command output stops";