From 615e9d9d6a6d10209b9021b707ea1549dceb4d29 Mon Sep 17 00:00:00 2001 From: figsoda Date: Wed, 14 Jun 2023 12:02:25 -0400 Subject: [PATCH] spacer: 0.1.1 -> 0.1.6 Diff: https://github.com/samwho/spacer/compare/v0.1.1...v0.1.6 Changelog: https://github.com/samwho/spacer/releases/tag/v0.1.6 --- pkgs/tools/misc/spacer/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/misc/spacer/default.nix b/pkgs/tools/misc/spacer/default.nix index 65b86234ef05..8125774dc8dd 100644 --- a/pkgs/tools/misc/spacer/default.nix +++ b/pkgs/tools/misc/spacer/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "spacer"; - version = "0.1.1"; + version = "0.1.6"; src = fetchFromGitHub { owner = "samwho"; repo = "spacer"; rev = "v${version}"; - hash = "sha256-3BPpyRbhrC/m2GnV0HH6DsZB3PqSL8AY6hzknFekpKE="; + hash = "sha256-KSR3KfZcPHrjKxHtgNhGS3ISR8bn8tXw9ED7OevTOsU="; }; - cargoHash = "sha256-U9xKqPku4SxnAs9azQSDD3asHXGqp4HrdSzRZsExnT0="; + cargoHash = "sha256-Rjmy6l35pnaZTJmacoNRYvFLCRHkkJYZXLU9MVkVTfY="; meta = with lib; { description = "CLI tool to insert spacers when command output stops";