Skip to content

Commit

Permalink
nerdfix: 0.3.1 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 20, 2023
1 parent 5bf82c5 commit e7408f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/text/nerdfix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

rustPlatform.buildRustPackage rec {
pname = "nerdfix";
version = "0.3.1";
version = "0.4.0";

src = fetchFromGitHub {
owner = "loichyan";
repo = "nerdfix";
rev = "v${version}";
hash = "sha256-cqTaup/MrtLcBIoY+1vQLLlU+Cmu3iODH4jmZImjGrg=";
hash = "sha256-V9f39/9k9kYjngYOSXJYblaKDABPCZbVWxD0p3ZWzlY=";
};

cargoHash = "sha256-V/M70ARqOyN0f/uudWPHc4bGc3WXK3PpcM8r2MBEWAs=";
cargoHash = "sha256-PkUQZPLzvVJ7s1D9TkMmgIVQiR/E79BRCYmjZVcHIv8=";

meta = with lib; {
description = "Nerdfix helps you to find/fix obsolete nerd font icons in your project";
Expand Down

0 comments on commit e7408f8

Please sign in to comment.