From 3bee32d49d3264d3d5d4fc8fc30cd973a35bfd42 Mon Sep 17 00:00:00 2001 From: figsoda Date: Thu, 30 Mar 2023 09:39:28 -0400 Subject: [PATCH] nerdfix: 0.1.0 -> 0.2.0 Diff: https://github.com/loichyan/nerdfix/compare/v0.1.0...v0.2.0 Changelog: https://github.com/loichyan/nerdfix/blob/v0.2.0/CHANGELOG.md --- pkgs/tools/text/nerdfix/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/tools/text/nerdfix/default.nix b/pkgs/tools/text/nerdfix/default.nix index 2609ca84b763..69375e0839b5 100644 --- a/pkgs/tools/text/nerdfix/default.nix +++ b/pkgs/tools/text/nerdfix/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "nerdfix"; - version = "0.1.0"; + version = "0.2.0"; src = fetchFromGitHub { owner = "loichyan"; repo = "nerdfix"; rev = "v${version}"; - hash = "sha256-p6SXdMniUoAUcX4xQYBJ0Yfs0N29wITO0d7GpxavQP0="; + hash = "sha256-HNd2wx1nUzPPs+wQBU4FOgDBq4mcyigEPtGpT44VPzo="; }; - cargoHash = "sha256-GMpl4Gw9sbS2WEbf435fipYTghmJ8VsayiWxH1PhxA0="; + cargoHash = "sha256-rTDMg9TKHNqLjQztT/AhDYWNZjrRUk+/LM34ofYr/Ws="; meta = with lib; { description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project";